BUG with AES encrypt / decrypt

2011-07-22 Thread florent ainardi
hi i try to make a simple program to encrypt data with aes but the question is : does the AES is implemented in nss , what are the library to import ? regards -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: BUG with AES encrypt / decrypt

2011-07-22 Thread helpcrypto helpcrypto
i dont know if this is related what you are trying, but i use an smartcard with attached certificate to encrypt data. For all the operations, im invoking OpenSSL functions. 2011/7/22 florent ainardi fainard...@gmail.com: hi i try to make a simple program to encrypt data with aes but the

does anyone try to use AES_CBC ???

2011-07-22 Thread florent ainardi
hi all does anyone try to use or implement encrypt function with AES_CBC with NSS MOZILLA 3.12.10 please tell me how ? does it works ? regards -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: BUG with AES encrypt / decrypt

2011-07-22 Thread florent ainardi
On 22 juil, 12:29, helpcrypto helpcrypto helpcry...@gmail.com wrote: i dont know if this is related what you are trying, but i use an smartcard with attached certificate to encrypt data. For all the operations, im invoking OpenSSL functions. 2011/7/22 florent ainardi fainard...@gmail.com:

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread helpcrypto helpcrypto
As i tell you a few minutes ago, i have working code for openssl AES_CBC operations using a certificate. All the info its available at openssl.org (im not very happy with the doc, but its enough) Im migrating some apps at the moment, so ill review that code in next months, ask anything if needed.

Re: BUG with AES encrypt / decrypt

2011-07-22 Thread helpcrypto helpcrypto
Im using nss as the interface between my token (smartcard) and firefox. So firefox or thunderbird can encrypt, sign or hash using my smartcard certificate. If your app needs to encrypt, read how openssl crypt functions works and include them on your code. you dont need NSS until you are working

Re: BUG with AES encrypt / decrypt

2011-07-22 Thread John Dennis
On 07/22/2011 08:28 AM, florent ainardi wrote: On 22 juil, 12:29, helpcrypto helpcryptohelpcry...@gmail.com wrote: i dont know if this is related what you are trying, but i use an smartcard with attached certificate to encrypt data. For all the operations, im invoking OpenSSL functions. i

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread florent ainardi
On 22 juil, 14:41, helpcrypto helpcrypto helpcry...@gmail.com wrote: As i tell you a few minutes ago, i have working code for openssl AES_CBC operations using a certificate. All the info its available at openssl.org (im not very happy with the doc, but its enough) Im migrating some apps at

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread florent ainardi
On 22 juil, 14:41, helpcrypto helpcrypto helpcry...@gmail.com wrote: As i tell you a few minutes ago, i have working code for openssl AES_CBC operations using a certificate. All the info its available at openssl.org (im not very happy with the doc, but its enough) Im migrating some apps at

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread Matej Kurpel
On 22. 7. 2011 15:09, florent ainardi wrote: On 22 juil, 14:41, helpcrypto helpcryptohelpcry...@gmail.com wrote: As i tell you a few minutes ago, i have working code for openssl AES_CBC operations using a certificate. All the info its available at openssl.org (im not very happy with the doc,

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread Brian Smith
- Original Message - From: Matej Kurpel mkur...@gmail.com On 22 juil, 14:41, helpcrypto helpcryptohelpcry...@gmail.com wrote: at this time, i had just to make some test about the AES_CBC or AES_ECB like time to encrypt, time to decrypt,how memory used, how cpu used for just a

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread Matej Kurpel
On 22. 7. 2011 18:36, Brian Smith wrote: - Original Message - From: Matej Kurpelmkur...@gmail.com On 22 juil, 14:41, helpcrypto helpcryptohelpcry...@gmail.com wrote: at this time, i had just to make some test about the AES_CBC or AES_ECB like time to encrypt, time to decrypt,how memory

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread Honza Bambas
On 7/22/2011 8:06 PM, Matej Kurpel wrote: On 22. 7. 2011 18:36, Brian Smith wrote: - Original Message - From: Matej Kurpelmkur...@gmail.com On 22 juil, 14:41, helpcrypto helpcryptohelpcry...@gmail.com wrote: at this time, i had just to make some test about the AES_CBC or AES_ECB like

Re: does anyone try to use AES_CBC ???

2011-07-22 Thread John Dennis
On 07/22/2011 02:18 PM, Honza Bambas wrote: On 7/22/2011 8:06 PM, Matej Kurpel wrote: On 22. 7. 2011 18:36, Brian Smith wrote: - Original Message - From: Matej Kurpelmkur...@gmail.com On 22 juil, 14:41, helpcrypto helpcryptohelpcry...@gmail.com wrote: at this time, i had just to make