Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 464 Bytes

File metadata and controls

12 lines (10 loc) · 464 Bytes

openssl_css2

Assignment for Cryptography and Cyber Security course (UCEC701)

What it does

  • 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

How to use

  • Clone this repository and cd into it
  • run npm i to install dependencies
  • run node index.js to start the server
  • on your browser, go to localhost:3000