mrclay / encrypt-to-html

Encrypt messages/files as HTML files which can decrypt themselves
https://mrclay.github.io/encrypt-to-html/
MIT License
2 stars 0 forks source link

Encrypt raw bits if SJCL supports it #1

Open mrclay opened 8 years ago

mrclay commented 8 years ago

Currently we B64 the file then encrypt, probably blows up file size even more.

mrclay commented 8 years ago

Use sjcl.codec.base64.toBits() https://github.com/bitwiseshiftleft/sjcl/blob/master/core/codecBase64.js