Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/pycrypto,
Python collection of cryptographic algorithms and protocols
Branch: CURRENT,
Version: 2.0.1,
Package name: py25-pycrypto-2.0.1,
Maintainer: pettaiThis is a collection of both secure hash functions (such as MD5 and SHA),
and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). The
package is structured to make adding new modules easy.
Required to run:[
lang/python25]
Master sites:
SHA1: c77cdefdfb06e4749690013a9a9e1600ab14e26f
RMD160: 5ce938a24f77f414e42680c17ef9b6dc8de94a2e
Filesize: 150.676 KB
Version history: (Expand)
- (2010-02-26) Package deleted from pkgsrc
- (2010-02-07) Package has been reborn
- (2010-02-07) Updated to version: py25-pycrypto-2.0.1
- (2008-05-28) Package deleted from pkgsrc
CVS history: (Expand)
2010-02-25 20:51:24 by Fredrik Pettai | Files touched by this commit (4) | |
Log message:
Deleting pycrypto, since py-amkCrypto exists (same package)
|
2010-02-06 17:02:15 by Fredrik Pettai | Files touched by this commit (4) |
Log message:
Added pycrypto again, since it's needed by py-knockknock
|
2008-05-27 20:29:20 by Daniel Horecki | Files touched by this commit (6) | |
Log message:
remove pycrypto - same as security/py-amkCrypto
|
2006-10-12 23:13:40 by Sergey Svishchev | Files touched by this commit (14) |
Log message:
Follow redirects in MASTER_SITEs and HOMEPAGEs.
|
2006-04-06 09:18:13 by Jeremy C. Reed | Files touched by this commit (23) |
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.
As discussed on tech-pkg.
|
2006-02-10 04:13:26 by Evaldo Gardenali | Files touched by this commit (1) |
Log message:
forgot the TODO :/
|
2006-02-10 04:08:50 by Evaldo Gardenali | Files touched by this commit (1) |
Log message:
Added buildlink3.mk
|
2006-02-10 03:48:54 by Evaldo Gardenali | Files touched by this commit (4) | |
Log message:
pycrypto:
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. The current release is 2.0.1. Among the
contents of the package:
* Hash functions: MD2, MD4, RIPEMD, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
Triple-DES, IDEA, RC5.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys into a set
of English words, primality testing.
* Some demo programs (currently all quite old and outdated).
|