goog.crypt.Aes
Provided By | |
---|---|
All Implemented Interfaces |
Implementation of AES in JavaScript. See http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
WARNING: This is ECB mode only. If you are encrypting something longer than 16 bytes, or encrypting more than one value with the same key (so basically, always) you need to use this with a block cipher mode of operation. See goog.crypt.Cbc.
See http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation for more information.
new Aes( key )
Parameters |
|
---|