cckayne / ses-scrambler

SES Super-Encypherment Scrambler brings back the uncrackable onetime pad, with a digital twist. Encrypt and decrypt text and files of any size or type. Top security built on the ISAAC stream cipher and SHA-3 Keccak.
GNU General Public License v3.0
5 stars 2 forks source link

Authenticated Encryption #1

Open pbtrung opened 9 years ago

pbtrung commented 9 years ago

It would be nice for SES to provide some ways to authenticate the ciphertexts (e.g, attach a MAC).

cckayne commented 9 years ago

Thanks for the useful suggestion. Actually there is a rudimentary authentication option in place for the string encryptions.

On Tue, Apr 7, 2015 at 11:17 AM, pbtrung notifications@github.com wrote:

It would be nice for SES to provide some ways to authenticate the ciphertexts (e.g, attach a MAC).

— Reply to this email directly or view it on GitHub https://github.com/cckayne/ses-scrambler/issues/1.