Skip to content

drillo28/openssl_css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 53.5%
  • JavaScript 46.5%