Bug 90614 - [new port] security/p5-Crypt-Lite
Summary: [new port] security/p5-Crypt-Lite
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 21:20 UTC by Gabor Kovesdan
Modified: 2005-12-18 22:05 UTC (History)
1 user (show)

See Also:


Attachments
p5-Crypt-Lite.tar.gz (1.89 KB, text/plain)
2005-12-18 21:20 UTC, Gabor Kovesdan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan 2005-12-18 21:20:03 UTC
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
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:21:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this.
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:21:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this.
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 22:05:43 UTC
State Changed
From-To: open->closed

Port added, thanks!