Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/umstek/magnum-cipher
- Owner: umstek
- Created: 2017-04-04T20:38:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:58:34.000Z (11 months ago)
- Last Synced: 2024-04-14T11:34:34.217Z (7 months ago)
- Topics: cryptography, encryption-algorithm, product-cipher, substitution-permutation-network
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`