Assignment for Cryptography and Cyber Security course (UCEC701)
- Encrypts a text file using AES taking the text file, the key and the initialisation vector
- Decrypts encrypted files using AES taking the text file, the key and the initialisation vector
- Clone this repository and
cdinto it - run
npm ito install dependencies - run
node index.jsto start the server - on your browser, go to
localhost:3000