Metadata-Version: 1.0
Name: egd
Version: 1.0
Summary: Client to get random numbers from an EGD (entropy gathering daemon) source.
Home-page: http://deron.meranda.us/python/egd/
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: Public Domain
Download-URL: http://deron.meranda.us/python/egd/dist/egd-1.0.tar.gz
Description: This module provides a simple implementation of a client-side interface
        to the EGD (entropy gathering daemon) protocol for obtaining cryptographically
        strong pseudo-random numbers on Unix-like systems that do not natively
        support a /dev/random device.  Requires Python 2.4; probably not suitable for
        Python 3.x at this point.  Also works with EGD-compatible entropy sources such
        as prngd.
Keywords: egd,prngd,random
Platform: Unix
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
