Skip to main content

Pure Python implementation of Skein and Threefish

Project description

# geesefly Mirror

This is my mirror of Jonathan Bowman’s geesefly.py, and made available in pip.

## Installation

To install from pip:

$ pip install geesefly

## About

geesefly.py is a pure Python implementation of the Skein hash function and Threefish tweakable block cipher. It also includes a pseudo-random number generator based on Skein, and Cipher-Block Chaining (CBC) based functionality for encrypting variable-length data.

geesefly.py is slow. If you want a high-performance Python implementation of Skein and Threefish, I highly recommend PySkein, available at http://packages.python.org/pyskein/

In PySkein, the heavy lifting is done in compiled C, and hashes data at a much faster rate than geesefly.py.

In contrast, this module is written in pure Python. While slow, it is useful for applications where compiling a Python C extension is unfeasible, such as Google’s App Engine.

You also may find the geesefly.py code helpful in understanding Skein and Threefish.

geesefly.py works with Python version 2.5 or later. This includes version 3 and up.

Skein is a hash function submitted to NIST for their cryptographic hash algorithm competition. Skein is designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas, and Jesse Walker

More information is available at http://www.skein-hash.info/

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

geesefly-0.4.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

geesefly-0.4-py2-none-any.whl (14.8 kB view details)

Uploaded Python 2

File details

Details for the file geesefly-0.4.tar.gz.

File metadata

  • Download URL: geesefly-0.4.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for geesefly-0.4.tar.gz
Algorithm Hash digest
SHA256 e927aaaa3b52b51dc5449808cf2b63ed5d054a39c49e10c63e588e00fbc89c35
MD5 2e0649c4e76ecce8f57d8b31885d7289
BLAKE2b-256 8960a23fdc412fe5d07a7e14feea3322306d94e7ed4b0bfb9bcedb37c54e7722

See more details on using hashes here.

File details

Details for the file geesefly-0.4-py2-none-any.whl.

File metadata

File hashes

Hashes for geesefly-0.4-py2-none-any.whl
Algorithm Hash digest
SHA256 5d3ed8d9a768909afe4cccbd1ca8c4b486af1744f1d0b33536e52674dac3b1df
MD5 02f703bea6a69719f0327d33d0b30021
BLAKE2b-256 b0cd9e8b1d41485ba3f56be3f0e50ce5639c5a9411abae7d0e94961d8d236283

See more details on using hashes here.

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