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

https://github.com/parham-dev27/cryptographer

For Encrypting and Decrypting
https://github.com/parham-dev27/cryptographer

decryption encryption

Last synced: 28 days ago
JSON representation

For Encrypting and Decrypting

Awesome Lists containing this project

README

          

![Program Environment](img/CryptographerWorkEnvironment.png)

# Cryptographer
## **For Encrypting and Decrypting**
* Written 100% in Python
* Easy to install
* Offline
* Tested on common operating systems
---
## Supported Methods
* Base64
* Hex
* Rot13
---
## Tested On
- Linux (Kali)
- Windows (Windows 10)
- MacOS (macOS Big Sur)
---
## How To Install
1. `git clone https://github.com/parhamTheDeveloper/Cryptographer.git`
2. `python -m pip install -r requirements.txt` or `python3 -m pip install -r requirements.txt`
3. `cd Cryptographer`
4. `python main.py` or `python3 main.py`