Please consider using integrity protected encryption like aes-gcm. Also please take note of the explicit warning of the polyfill authors NOT to use the polyfill in production.
Axel -----Original Message----- From: dev-b2g [mailto:[email protected]] On Behalf Of Andrew Sutherland Sent: Monday, January 20, 2014 10:42 AM To: [email protected] Subject: Re: [b2g] aes 128 cbc on client nodejs crypto compatible any choice¿ On 01/20/2014 04:52 PM, jose llopis wrote: > hello there again people :) > is there any client side lib that can achieve this one? The under-development WebCryptoAPI spec supports AES-CBC and the PolyCrypt poly-fill implements support for it. See: http://www.w3.org/TR/WebCryptoAPI/#aes-cbc http://polycrypt.net/ Andrew _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
