Pyfer ~ Encrypt and Decrypt Strings
💡 What is it?
Pyfer is a simple encryption and decryption tool built in Python.
Features
With this little library you can do the following:
- Encrypt and decrypt strings
- Use one of three available encryption modes, each using a different ciphertext alphabet
- Generate random digit keys
🛠️ Setup
Install it from PyPI by running pip install pyfer.
Dependencies
The only dependency is NumPy.
🚀 Execution
App
If running in a virtual environment using pyenv/virtualenv, ensure the Python version is configured for tkinter by following the instructions here.
To run the app, simply open a terminal window to the project folder and run:
python app.py
Command Line
Alternatively, Pyfer can be run from the command line:
python main.py <key> <input_string>
For more information, have a look at the demo here!
📝 Documentation
Documentation is currently available in the form of docstrings.
⚖️ License
The project is licensed under the MIT license.
Release files for pyfer 4.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfer-4.1.2.tar.gz | 4.9 kB | Details |
Release files / pyfer-4.1.2.tar.gz
| Download URL | pyfer-4.1.2.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fca2b4460ca63eb9b7b7d009e706a8b9bad299f116d70cb8289456bfdce69f10
|
|
BLAKE2b-256 checksum How to use checksums |
00ce8da889ae2b03fe1314e2ad569c1da5774979e78d56f7c7dfdb7ee8b38ad2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|