Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 350 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 350 Bytes

Encryption-Implementations

Testing some encryption types using different common encryption methods

You can make it CLI (kind of) on Linux (only in the current shell!) by running:

alias dec="node {PATH_TO_REPO}/Encryption-Implementations/HillCipher/dec.js"
alias enc="node {PATH_TO_REPO}/Encryption-Implementations/HillCipher/enc.js"