- RSA
- The Caesar's Cipher
- The Vigener Cipher
- XOR
Python 3.12.0
- RSA -> Cyphers/RSA/MainRSA.py
- The Caesar's Cipher -> Cyphers/The Caesar's Cipher/MainCaesar.py
- The Vigener Cipher -> Cyphers/The Vigener Cipher/MainVigener.py
- XOR -> Cyphers/XOR/MainXOR.py
- RSA -> Cyphers/RSA/RSA_Console.py
- The Caesar's Cipher -> Cyphers/The Caesar's Cipher/Caesar_Console.py
- The Vigener Cipher -> Cyphers/The Vigener Cipher/Vigener_Console.py
- XOR -> Cyphers/XOR/XOR_Console.py
1 шаг:
- pip install tkinter
2 шаг:
- pip install --update tkinter