('implementation of skip32 based on http://search.cpan.org/~esh/Crypt-Skip32-0.08/lib/Crypt/Skip32.pm',)
Project description
skip32
Wraps the original c implementation of skip32 by Greg Rose, QUALCOMM Australia with a thin layer of python.
Example Usage
`python >>> import random >>> import skip32 >>> key = ''.join(chr(random.randint(0, 255)) for _ in xrange(10)) >>> encrypted = skip32.encrypt(key, 12345) >>> encrypted 3798503945L >>> skip32.decrypt(key, encoded) 12345L `
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
skip32-1.6.tar.gz
(3.0 kB
view details)
File details
Details for the file skip32-1.6.tar.gz
.
File metadata
- Download URL: skip32-1.6.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68922a16fa7cfd57f18533bfe653efed58e742c29ed33fe72102b6314ca35fae |
|
MD5 | 859d23e41ceea06845160b8211a2fa24 |
|
BLAKE2b-256 | 126bb01e9211a516fe27643ac599d73bb20688e9f924733740f8a8fb7ed0ceb4 |