https://github.com/battleoverflow/encrypt-it
🔐 Simple password generator offering various encryption methods.
https://github.com/battleoverflow/encrypt-it
cryptography encoding encryption python
Last synced: about 1 year ago
JSON representation
🔐 Simple password generator offering various encryption methods.
- Host: GitHub
- URL: https://github.com/battleoverflow/encrypt-it
- Owner: battleoverflow
- Created: 2021-08-04T15:09:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T06:17:03.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:47:37.295Z (about 2 years ago)
- Topics: cryptography, encoding, encryption, python
- Language: Python
- Homepage:
- Size: 882 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encrypt It
## 🔐 Password Generator 🔐

## Description
Encrypt It is a simple password generator program that runs in the command line, offering multiple encoding and encryption methods.
## Installation
```bash
pip3 install -r requirements.txt
```
## Example Syntax
```bash
python3 encrypt.py # (Linux/Mac)
```
```powershell
py encrypt.py # (Windows)
```
### Supported Methods
- [x] Base64
- [x] Base32
- [x] Reverse Cipher
- [x] Fernet Encryption
- [x] RSA Encryption
- [x] Caesar Cipher
- [x] JWT Token