Plain text encrypter designed to handle ASCII characters based on a randomly generated constant
Project description
Encrypter
Encrypter is a module designed to convert characters into their corresponding numerical value, change it according to a randomly generated constant and finally turn them into characters again
Installation
pip install encrypter
Usage
import encrypter as enc
# create the Encrypter Object
encrypter_obj = enc.Encrypter()
text = "hello world"
# encrypt the message
ecrypted_text = encrypter_obj.encrypt(text)
#decrypt the message
decrypted_text = encrypter_obj.decrypt(encrypted_text)
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
encrypter-0.1.tar.gz
(3.1 kB
view details)
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 encrypter-0.1.tar.gz.
File metadata
- Download URL: encrypter-0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
079c289287d4670e96e9c76f81140649d50d8cd312bc5177929a05c5e874ec38
|
|
| MD5 |
e1e08e830a70e0a8bc538a91b6b77a8e
|
|
| BLAKE2b-256 |
14b0a373fbeeabfcff231f3fa72ee1437094526ceb5767c8172d18d07e5c265d
|
File details
Details for the file encrypter-0.1-py3-none-any.whl.
File metadata
- Download URL: encrypter-0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
802969e368f7cfa6660c1a3a90fe501da5a7e540fefe4b7b5d3e0cd0caeb4a87
|
|
| MD5 |
41e7731a76edabd49845776f99e59fca
|
|
| BLAKE2b-256 |
9407036a7233c9ec758f5e0d7bd511f6a55823ffb0dd2f849c8d5e6e562fc254
|