项目作者: CovertError

项目描述 :
The Monosar Project is used to implement Caesar Cipher and Mono-Alphabetic substitution
高级语言: Python
项目地址: git://github.com/CovertError/Monosar.git
创建时间: 2020-02-13T09:48:23Z
项目社区:https://github.com/CovertError/Monosar

开源协议:

下载


Monosar

Monosar The main idea of the following project is creating a program that applies an encryption algorithm with its responding decryption algorithm in order to convert the plain text to cipher text. The Encryption algorithm focus mostly on the integration of variety encryption algorithm substitution cipher types in order to ensure adaption of secure cryptography, The basic architecture is divided to two rounds, the first being the monoalphabetic substitution and the second caesurae cipher substitution. Moving swiftly on to the decryption part which is implementing the decryption algorithm which has been derived from the encryption algorithm, starting with decrypting monoalphabetic substitution and moving on to decrypting caesurae cipher substitution. As well as providing a user-friendly Graphical user interface for a more convenient experience for the users and a frequency analysis to represent more detailed information regarding the algorithms

Installation

Use the package manager pip

  1. pip install pyfiglet
  2. pip install termcolor
  3. pip install colorama
  4. pip install wordnet

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

  • Omar Yassin - Initial work - CovertError
  • Yusra Zvavi - Initial work - xyveh
  • Rohan Bhadiyadra

See also the list of contributors who participated in this project.

License

GNU AGPLv3