https://github.com/gabrielfduarte/ciphercenter
Python scripts for encryption and decryption ciphers.
https://github.com/gabrielfduarte/ciphercenter
cipher ciphers decoder encoder encoder-decoder encryption python python3
Last synced: 11 months ago
JSON representation
Python scripts for encryption and decryption ciphers.
- Host: GitHub
- URL: https://github.com/gabrielfduarte/ciphercenter
- Owner: GabrielFDuarte
- License: mit
- Created: 2019-04-21T03:47:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T17:14:16.000Z (about 7 years ago)
- Last Synced: 2025-03-10T04:48:13.249Z (about 1 year ago)
- Topics: cipher, ciphers, decoder, encoder, encoder-decoder, encryption, python, python3
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CipherCenter
Say hi!
[](https://www.linkedin.com/in/gabriel-ferreira-duarte-38b63080/ "")
Python scripts for encryption and decryption ciphers. The idea is to group as many techniques and algorithms as possible for encryption and decryption of texts.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Running
To run, you just need to call this script from a terminal or prompt.
After execution, the options will be presented in a menu format. From this menu you can decide if you want to encode or decode a text and then you can choose a form of encryption from the available ones.
## Actual Release
- Reverse Cipher: encryption by printing a message in reverse order.
- Caesar's Cipher: method in which each letter in the message is replaced by a letter some fixed number of positions down the alphabet.
## Future Releases
- Addition of other encryption algorithms such as Transposition Cipher and Vigenère Cipher.
- Execution of the algorithms without menu selection.
- Texts from files.
- Allow save results to a file.
## Authors
- **Gabriel Duarte** - Initial Work
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/GabrielFDuarte/CipherCenter/blob/master/LICENSE "LICENSE.md") file for details.