Decrypt/Encrypt text using various cipher techniques
Project description
Cryptology
This is a package which decrypt/encrypts text using a few different methods.
Installation
Run the following to install:
pip3 instal cryptology
Usage
from cryptology import atbash_decrypt
# Generate decryption
string=atbash_decrypt(cipher_text="GSRHRHMLGEVIBHVXIVGZGZOO")
print(string)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cryptology-0.0.11.tar.gz
(33.4 kB
view details)
File details
Details for the file cryptology-0.0.11.tar.gz
.
File metadata
- Download URL: cryptology-0.0.11.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3cb04bf69fcdf6b72208cefe33833244d327e221de278e7a5072f26f45a337b |
|
MD5 | 80d663e894162a10663d812b65f31f7f |
|
BLAKE2b-256 | e7892d5f23b872ff3b41e669872f23d7df8c66c1050b6dbfeaa075df6aaf8349 |