diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-19 06:06:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-19 06:06:01 +0800 |
commit | 24ac34e6e75b35cbff87326b843eae6ffb7d9ee5 (patch) | |
tree | 08730b7bd0f2c88743aa27ad9c58c36804674d21 /security/Makefile | |
parent | 4d29f546062f49bca09b5d6fdc2e35eef79fba6d (diff) | |
download | freebsd-ports-gnome-24ac34e6e75b35cbff87326b843eae6ffb7d9ee5.tar.gz freebsd-ports-gnome-24ac34e6e75b35cbff87326b843eae6ffb7d9ee5.tar.zst freebsd-ports-gnome-24ac34e6e75b35cbff87326b843eae6ffb7d9ee5.zip |
Sometimes it's necessary to protect some certain data against plain reading
or you intend to send information through the Internet. Another reason might
be to assure users cannot modify their previously entered data in a follow-up
step of a long Web transaction where you don't want to deal with server-side
session data. The goal of Crypt::Lite was to have a pretty simple way to
encrypt and decrypt data without the need to install and compile huge
packages with lots of dependencies.
Crypt::Lite generates every time a different encrypted hash when you
re-encrypt the same data with the same secret string. Nevertheless you
are able to make double or tripple-encryption with any data to increase
the security. Decryption works also on hashes that have been encrypted
on a foreign host (try this with an unpatched IDEA installation ;-).
WWW: http://search.cpan.org/dist/Crypt-Lite
PR: ports/90614
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1b6daf7ab725..5cae59aadf0a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -302,6 +302,7 @@ SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-NULL SUBDIR += p5-Crypt-OFB SUBDIR += p5-Crypt-OTP |