diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-03-25 20:32:43 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-03-25 20:32:43 +0800 |
commit | e60c864387a18d3db87e16299a69bbabf104f746 (patch) | |
tree | 6d1fbc91d4c33eadc091dc46b1f3061ba47f4f9e /security/libbf/pkg-descr | |
parent | 02f244f85da11a0e9ea70b2454ced53992d649d3 (diff) | |
download | freebsd-ports-gnome-e60c864387a18d3db87e16299a69bbabf104f746.tar.gz freebsd-ports-gnome-e60c864387a18d3db87e16299a69bbabf104f746.tar.zst freebsd-ports-gnome-e60c864387a18d3db87e16299a69bbabf104f746.zip |
Add libbf 0.8.2b, the Blowfish block cipher Library.
PR: 43792
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Diffstat (limited to 'security/libbf/pkg-descr')
-rw-r--r-- | security/libbf/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/libbf/pkg-descr b/security/libbf/pkg-descr new file mode 100644 index 000000000000..4e1047c75c67 --- /dev/null +++ b/security/libbf/pkg-descr @@ -0,0 +1,14 @@ +The Blowfish Library + +Blowfish is a block cipher that operates on 64bit (8 byte) quantities. +It uses variable size key, but 128bit (16 byte) key would normally be +considered good. It can be used in all the modes that DES can be +used. This library implements the ecb, cbc, cfb64, ofb64 modes. + +Blowfish is quite a bit faster that DES, and much faster than IDEA +or RC2. It is one of the faster block ciphers. + +WWW: http://www.counterpane.com/blowfish.html + + -- Jim Geovedi + jim@corebsd.or.id |