Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Use native code apis in firefox extension to encrypt passwords

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.

Alle svar (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."