Cryptography chipper for python
Project description
Cryptography chipper module for python
Installation
$ python3 -m pip install chipper-chicken
##import:
>>> from chipperchicken import encrypt
>>> from chipperchicken import decrypt
##encrypt:
>>> e = encrypt(b'data', 'secret', 600)
##decrypt:
>>> decrypt(e, 'secret', 600)
'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
chipper-chicken-0.0.3.tar.gz
(2.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 chipper-chicken-0.0.3.tar.gz.
File metadata
- Download URL: chipper-chicken-0.0.3.tar.gz
- Upload date:
- Size: 2.1 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 |
a1f2a0244673b27d6e8ad36609c7f27d17632b555c02e39a615d8c2ae018a44b
|
|
| MD5 |
43a81a0e66ef84bcde1220a0b166cd82
|
|
| BLAKE2b-256 |
0875315ae9927fc0ef2d114bdf9f2fc502e59cfde3f8125713ac14503d8c3bb3
|
File details
Details for the file chipper_chicken-0.0.3-py3-none-any.whl.
File metadata
- Download URL: chipper_chicken-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.8 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 |
68e1505151a014c283b2c79c293abbf115714df2a09cecabfd530f28c26fe772
|
|
| MD5 |
e4d7b8fb03415bef27ac9517479eee90
|
|
| BLAKE2b-256 |
7135c545e08901220c882224119cc298231ca0a683a8623a143bbc475c783d80
|