Skip to main content

('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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page