Assignment for Cryptography and Cyber Security course (UCEC701)
- Signs a document by taking a text file as input and generating an MD5 hash of the content and appending it to the content
- Verifies the hash of signed documents
- 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