Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Use native code apis in firefox extension to encrypt passwords

  • 1 ответ
  • 1 имеет эту проблему
  • 2 просмотра
  • Последний ответ от 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.

Все ответы (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."