peekster225 / CS532-homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programs for CS 532 Cryptography & Data Security

To run programs:

  • First clone the repository
  • Next, download the required node packages with npm i
  • Lastly, use ts-node to run the desired file (ex: ts-node ./src/caesarcipher.ts)

About


Languages

Language:TypeScript 100.0%