Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -remove MD5 | Olli Hauer | 2011-07-03 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=276991 | ||||
* | Generic Counter Mode implementation in pure Perl. The Counter Mode module | Erwin Lansing | 2005-12-18 | 1 | -0/+3 |
constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the Crypt:: class can be used, as long as it supports the blocksize and keysize methods. Any hash function in the Digest:: class can be used, as long as it supports the add method. WWW: http://search.cpan.org/dist/Crypt-Ctr PR: ports/90613 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151519 |