You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "high entropy, one time pad, symmetric cipher",
"main": "index.js",
"scripts": {
"test": "node index encrypt -a password ./sample.jpg encrypted.jpg && node index decrypt -a password ./encrypted.jpg decrypted.jpg && node index i ./decrypted.jpg ./sample.jpg",
"cleanup": "del /f encrypted.jpg && del /f decrypted.jpg"