jkiss / crypto-js

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

Support for Base32 encoding #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Crypto-JS does today not support RFC 4648 Base32 encoding. Attached you'll find 
an implementation for both alphabets defined in RFC 4648; the standard alphabet 
as CryptoJS.enc.Base32, the extended hex alphabet as CryptoJS.enc.Base32EH. 
Test cases are also included.

Original issue reported on code.google.com by phe...@gmail.com on 14 Apr 2014 at 3:29

Attachments: