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

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.

Awesome Lists containing this project

README

          

# Encrypt It

## 🔐 Password Generator 🔐

Encrypt It banner

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