Basic demonstration of some cryptography methods.
npm i
Run hashing tests
npm run test:hash
Run symmetric-key tests
npm run test:sym
In order to properly run the asymmetric-key based encryption method you must first generate the rsakeys. To do so, just run:
npm run asym:gen-keys
Run symmetric-key tests
npm run test:asym