I. Summary
An AES-192 encryption and decryption wrapper library for crypto.
For more information about AES, visit https://en.wikipedia.org/w/index.php?title=Advanced_Encryption_Standard
- app.js - is a command-line script for testing
- ed.js - is the library
II. Introduction
I wanted a simple means of encrypting data. Crypto seemed to do the trick, but I wanted to further simplify its usage, so I came up with this.