Metadata-Version: 1.1 Name: egd Version: 1.0 Author: Deron Meranda Author-email: deron meranda at gmail com Maintainer: Deron Meranda Maintainer-email: deron meranda at gmail com Home-page: http://deron.meranda.us/python/egd/ Download-url: http://deron.meranda.us/python/egd/dist/egd-1.0.tar.gz Summary: Client to get random numbers from an EGD (entropy gathering daemon) source. 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 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