Re: Using Crypto APIs from Add-on (in Javascript)

2008-08-29 Thread Justin Dolske
Kai Engert wrote: > However, you might want to ping the Mozilla labs people who work on the > Weave project, I think they have faced similar challenges. Maybe you can > look at their code to get ideas. That would be: http://hg.mozilla.org/labs/weave/file/53e25c0c7e2e/src/ It's not a general-purp

Re: Using Crypto APIs from Add-on (in Javascript)

2008-08-29 Thread Kai Engert
Dominik schrieb: I am developing a JavaScript-based Firefox add-on which could make use of cryptography primitives like encrypting/decrypting short strings with RSA/AES. A pure JS implementation of those algorithms is way to slow. I have come across the NSS library which seems to be part of the

Using Crypto APIs from Add-on (in Javascript)

2008-08-29 Thread Dominik
Hi all, I am developing a JavaScript-based Firefox add-on which could make use of cryptography primitives like encrypting/decrypting short strings with RSA/AES. A pure JS implementation of those algorithms is way to slow. I have come across the NSS library which seems to be part of the default Fi