Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / security / p5-Crypt-Lite / pkg-descr
1 Sometimes it's necessary to protect some certain data against plain reading
2 or you intend to send information through the Internet. Another reason might
3 be to assure users cannot modify their previously entered data in a follow-up
4 step of a long Web transaction where you don't want to deal with server-side
5 session data. The goal of Crypt::Lite was to have a pretty simple way to
6 encrypt and decrypt data without the need to install and compile huge
7 packages with lots of dependencies.
8 Crypt::Lite generates every time a different encrypted hash when you
9 re-encrypt the same data with the same secret string. Nevertheless you
10 are able to make double or tripple-encryption with any data to increase
11 the security. Decryption works also on hashes that have been encrypted
12 on a foreign host (try this with an unpatched IDEA installation ;-).
13
14 WWW: http://search.cpan.org/dist/Crypt-Lite/