Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umstek/magnum-cipher

Proof-of-concept Product Cipher using cryptography classics (CS3052 Computer Security - Assignment)
https://github.com/umstek/magnum-cipher

cryptography encryption-algorithm product-cipher substitution-permutation-network

Last synced: about 3 hours ago
JSON representation

Proof-of-concept Product Cipher using cryptography classics (CS3052 Computer Security - Assignment)

Awesome Lists containing this project

README

        

# magnum-cipher
Proof-of-concept Product Cipher using cryptography classics

## How to run
Run using IntelliJ IDEA

-- or --

`cd` into `magnum-cipher` directory where you can see an `out` directory
Then run:
`java -cp out/production/magnum lk/umstek/cryptography/magn/demo/Main`