jkiss / crypto-js

提供多种加密算法,MD5 哈希的 JS版本 -- Automatically exported from code.google.com/p/crypto-js
15 stars 9 forks source link

Not obvious how many bits AES encryption uses. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From reading the quick-start guide, it is not obvious that it is using AES-256. 
 Also, it is not apparent that you can pass an array of bytes as the key.  It 
looks like you have to pass a string containing a passphrase.

Original issue reported on code.google.com by cann...@fireantproductions.com on 16 Mar 2012 at 9:02

GoogleCodeExporter commented 9 years ago
You're absolutely right. I'll work on better documentation.

Original comment by Jeff.Mott.OR on 16 Mar 2012 at 9:11

GoogleCodeExporter commented 9 years ago
Added to quick-start guide.

Original comment by Jeff.Mott.OR on 14 May 2012 at 12:49