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
- Host: GitHub
- URL: https://github.com/parham-dev27/cryptographer
- Owner: parham-dev27
- License: mit
- Created: 2022-02-10T20:22:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T20:29:05.000Z (over 4 years ago)
- Last Synced: 2025-03-03T05:30:00.695Z (over 1 year ago)
- Topics: decryption, encryption
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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`