Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

Use native code apis in firefox extension to encrypt passwords

  • 1 wotmołwa
  • 1 ma tutón problem
  • 7 napohladow
  • Poslednja wotmołwa wot the-edmeister

more options

I have an extension which communicates with a native application in windows. Extension(password manager) which takes username and password and sends it to native application to store it in the database. While sending credentials from extension to native application, i want to encrypt them. For chrome extension, NACL (native client) is being used to encrypt and decrypt the credentials before sending to native application.

I can implement encryption in javascript, but it can be hacked easily since secret key will be visible in browser, but if i use native code apis for encryption, then keys are not open in javascript.

Please let me know some way to embed native code( like Google NACL) in my extension javascript code.

I have an extension which communicates with a native application in windows. Extension(password manager) which takes username and password and sends it to native application to store it in the database. While sending credentials from extension to native application, i want to encrypt them. For chrome extension, NACL (native client) is being used to encrypt and decrypt the credentials before sending to native application. I can implement encryption in javascript, but it can be hacked easily since secret key will be visible in browser, but if i use native code apis for encryption, then keys are not open in javascript. Please let me know some way to embed native code( like Google NACL) in my extension javascript code.

Wšě wotmołwy (1)

more options

Beyond the intended scope of this forum which is end user support.

Try asking in the Mozilla Developer Network's Stack Overflow page: https://stackoverflow.com/questions/tagged/firefox+or+firefox-os+or+html5-apps or the Addons forum: https://discourse.mozilla-community.org/c/add-ons

Plus the Mozilla Developers Network is here: https://developer.mozilla.org/en-US/ "Resources for developers, by developers."