Cryptography from madhava
Project description
Cryptography
Installation
$ python3 -m pip install chippermillet
##import:
>>> from chippermillet import encrypt
>>> from chippermillet import decrypt
##encrypt:
>>> e = encrypt(b'data', 'secret', 60000)
##decrypt:
>>> decrypt(e, 'secret', 60000)
'data'
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
chippermillet-0.0.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file chippermillet-0.0.1.tar.gz
.
File metadata
- Download URL: chippermillet-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95aa0755c223aa338e002a0cd3f6983cb7ec81aedbcd09579f401fe49247fb47 |
|
MD5 | 20ed388bcc396cb0dea7ad7eacd69cb7 |
|
BLAKE2b-256 | 8aae3582019ce04bfc8a5d1c9d92f811c8b6c79aeaf81d160e58fc2753f452ee |
File details
Details for the file chippermillet-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: chippermillet-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de050aec1c9d5d84f373d3dede331efa405a04531a33fcf183fa78d4c201fd4 |
|
MD5 | cd1f184d76f3b6302020f062fbc9f39f |
|
BLAKE2b-256 | b7e51b7addb7459d985fa2b4ce109645d09672b0fbecbb8f73fd48fda55dd6e4 |