Reinoldo / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Support for Base32 encoding #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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: