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

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

Learn More

Thunderbird extension webcrypto

  • Нет ответов
  • 0 имеют эту проблему
  • 24 просмотра
more options

Hi,

I am creating a thunderbird extension for cryptography. My JavaScript code contains libraries such as tweetnacl, crystals-kyber and crypto-browserify. I bundled my code using browserify in hopes of getting it working within thunderbird. My code is working when run within VScode using node.js.

I encounter the error that 'webcrypto' is undefined. I assume this means that thunderbird cannot support webcrypto, which I think crypto-browserify is reliant on.

Is there any way to get webcrypto and therefore crypto-browserify working within thunderbird? Or alternatively are there any alternative thunderbird-compatible libraries that can perform the same functions? This would need to include Key Derivation Functions for example.

Thanks

Hi, I am creating a thunderbird extension for cryptography. My JavaScript code contains libraries such as tweetnacl, crystals-kyber and crypto-browserify. I bundled my code using browserify in hopes of getting it working within thunderbird. My code is working when run within VScode using node.js. I encounter the error that 'webcrypto' is undefined. I assume this means that thunderbird cannot support webcrypto, which I think crypto-browserify is reliant on. Is there any way to get webcrypto and therefore crypto-browserify working within thunderbird? Or alternatively are there any alternative thunderbird-compatible libraries that can perform the same functions? This would need to include Key Derivation Functions for example. Thanks

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.