Skip to content

Volkir296/Encryption-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

Encryption modules


Types of encryption:

  • RSA
  • The Caesar's Cipher
  • The Vigener Cipher
  • XOR

Требования для запуска

Python 3.12.0


GUI (Графическое представление) -> (Путь до исполняемого файла)

  • 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

Console (Консольное представление) -> (Путь до исполняемого файла)

  • 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

About

Types of encryption : *RSA *The Caesar's Cipher *The Caesar's Cipher *XOR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages