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

https://github.com/mainakrepositor/super-ciphers

A collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)
https://github.com/mainakrepositor/super-ciphers

arithmetic blockchain cipher-algorithms cpp cryptography java logic python3

Last synced: 6 months ago
JSON representation

A collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)

Awesome Lists containing this project

README

          

# Ciphers
A collection of some of the amazing cryptographic ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)

| Sl. No. | Cipher Name | Python | Java | CPP | About |
|---------|-------------|--------|------|-----|-------|
| 1 | AtBash | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Atbash.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Atbash%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/AtBash.cpp) | [Read]() |
| 2 | Ceasar | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Ceasar.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Ceasar%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Ceasar.cpp) | [Read]() |
| 3 | Column Transposition | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ColTrans.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ColTrans%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ColumnTransform.cpp) | [Read]() |
| 4 | Hill | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Hill.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Hill%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Hill.cpp) | [Read]() |
| 5 | Keyword | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Keyword.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Keyword%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Keyword.cpp) | [Read]() |
| 6 | ROT13 | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT13.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT13%20Cipher.java) | [Code]() | [Read](https://github.com/MainakRepositor/Ciphers/blob/master/ROT13.cpp) |
| 7 | ROT18 | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT18.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT%2018%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT18.cpp) | [Read]() |
| 8 | ROT47 | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT47.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT%2047%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT47.cpp) | [Read]() |
| 9 | ROT5 | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT5.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/ROT%205%20Cipher.java) | [Code]() | [Read](https://github.com/MainakRepositor/Ciphers/blob/master/ROT5.cpp) |
| 10 | Vigenere | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Vigenere.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/Vigenere%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/VigenereCipher.cpp) | [Read]() |
| 11 | XOR | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/XOR.py) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/XOR%20Cipher.java) | [Code](https://github.com/MainakRepositor/Ciphers/blob/master/XOR.cpp) | [Read]() |

-----------------------------------------------------------

### Feel free to Star this repo if you find it useful. 😊

### Project Logs:
| Name of Creator | Start Date | End Date | Duration | Project Type | Deploy |
|-----------------|------------|----------|----------|--------------|--------|
| Mainak Chaudhuri | 15-12-2021 | 16-12-2021 | 1 day | Codes | NULL |