mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
59c72692ec
encryption/decryption system which uses the new variant of TEA (Tiny Encryption Algorithm) by David Wheeler and Roger Needham of the Cambridge Computer Laboratory. TEA is said to be several times faster than DES, as well as being much smaller and more secure. It also isn't encumbered by any patents and the reference implementation is in the public domain.
11 lines
464 B
Plaintext
11 lines
464 B
Plaintext
TEA Total is an extremely small 128 bit private key based
|
|
encryption/decryption system which uses the new variant of TEA (Tiny
|
|
Encryption Algorithm) by David Wheeler and Roger Needham of the Cambridge
|
|
Computer Laboratory.
|
|
|
|
TEA is said to be several times faster than DES, as well as being much
|
|
smaller and more secure. It also isn't encumbered by any patents and the
|
|
reference implementation is in the public domain.
|
|
|
|
WWW: http://www.linuxhacker.org/tea-total/
|