NOTICE: This package has been removed from pkgsrc

./security/py-pycrypto, Python cryptography toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.6.1, Package name: py27-pycrypto-2.6.1, Maintainer: pkgsrc-users

This is a collection of both secure hash functions (such as SHA256 and
RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal,
etc.). The package is structured to make adding new modules easy.

One possible application of the modules is writing secure administration
tools. Another application is in writing daemons and servers. Clients
and servers can encrypt the data being exchanged and mutually
authenticate themselves; daemons can encrypt private data for added
security. Python also provides a pleasant framework for prototyping and
experimentation with cryptographic algorithms; thanks to its
arbitrary-length integers, public key algorithms are easily implemented.


Required to run:
[lang/python27]

Master sites:

SHA1: aeda3ed41caf1766409d4efc689b9ca30ad6aeb2
RMD160: ac0db079e5e4be9daf739e094c10e96291dbc009
Filesize: 435.781 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-02 11:03:00 by Benny Siegert | Files touched by this commit (4) | Package removed
Log message:
Remove this package again, it already exists as py-crypto. Sorry for the
noise.

Pointed out by wiz and obache, thanks!
   2015-01-01 13:59:16 by Benny Siegert | Files touched by this commit (4)
Log message:
Add a package for pycrypto, version 2.6.1. From DESCR:

This is a collection of both secure hash functions (such as SHA256 and
RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal,
etc.).  The package is structured to make adding new modules easy.

One possible application of the modules is writing secure administration
tools.  Another application is in writing daemons and servers.  Clients
and servers can encrypt the data being exchanged and mutually
authenticate themselves; daemons can encrypt private data for added
security.  Python also provides a pleasant framework for prototyping and
experimentation with cryptographic algorithms; thanks to its
arbitrary-length integers, public key algorithms are easily implemented.