1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/p5-Crypt-Twofish2/pkg-descr
Norikatsu Shigemura beda2711ce Add p5-Crypt-Twofish2(0.06), a perl module for Twofish encryption.
This module provides the similar functionality to Crypt::Twofish,
but also is Crypt::CBC compliant module.

Approved by:	knu (mentor)
2002-09-20 20:27:27 +00:00

7 lines
300 B
Plaintext

This module implements the twofish cipher in a less braindamaged (read:
slow and ugly) way than the existing "Crypt::Twofish" module.
Although it is "Crypt::CBC" compliant you usually gain nothing by using
that module (except generality), since "Crypt::Twofish2" can work in
either ECB or CBC mode.