Encrypt & Decrypt Words, Phrases & Letters.
Project description
AICH-Encryption
Encrypt Words Found In A Dictionary. Helpful In Tokenizing Blockchain Wallet Passwords.
Installation
sudo pip install aich
Usage
from a2 import aich
search_word = input('Enter your encryption phrase:')
encrypted = aich.aichin(search_word)
print (encrypted)
search_word = input('Enter your decryption phrase:')
encrypted = aich.aichout(search_word)
print (encrypted)
Encryption Example
{Inputs: this is freedom , Outputs: 0x6322a.0x3057e.0x23cef.}
Decryption Example
{Inputs: 0x6322a.0x3057e.0x23cef , Outputs: this is freedom}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aich-0.0.4.tar.gz.
File metadata
- Download URL: aich-0.0.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0c2158b71118108d911b68890b82ea0f37e5e2d4d5f22feb73de1e681810f19
|
|
| MD5 |
74499cd8b64a8270adc18508d1afae23
|
|
| BLAKE2b-256 |
ab926f0fe6f25fa22414bfa89f78b8fa1d29b2edd63bb3d3966ec4f61888f877
|
File details
Details for the file aich-0.0.4-py3-none-any.whl.
File metadata
- Download URL: aich-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e451a469a818bf795a5593554ca3f7beecd2936ec87774770a7baabdcf3306a8
|
|
| MD5 |
a65f76b728bb430b443371084b15f147
|
|
| BLAKE2b-256 |
9197d037fd0a6f9093b5be65a8238710edb3bc42d258edc5a8cf85000b65df9d
|