Image
Code

Data Encryption Testing

Curran Kelleher

Last edited Jul 07, 2022
Created on Jul 06, 2022
Forked from HTML Starter

Trying out CryptoJS for password protecting plain text using Advanced Encryption Standard (AES).

One insight from here is that when you encrypt a string in this way, it looks like it grows in size by about 4X.

MIT Licensed