From owner-cvs-ports@FreeBSD.ORG Sun Dec 18 22:06:02 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4371016A41F; Sun, 18 Dec 2005 22:06:02 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC1343D67; Sun, 18 Dec 2005 22:06:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBIM61o6024423; Sun, 18 Dec 2005 22:06:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBIM61DE024422; Sun, 18 Dec 2005 22:06:01 GMT (envelope-from erwin) Message-Id: <200512182206.jBIM61DE024422@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 18 Dec 2005 22:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Lite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:06:02 -0000 erwin 2005-12-18 22:06:01 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Lite Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.692 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Crypt-Lite/Makefile (new) 1.1 +3 -0 ports/security/p5-Crypt-Lite/distinfo (new) 1.1 +14 -0 ports/security/p5-Crypt-Lite/pkg-descr (new) 1.1 +7 -0 ports/security/p5-Crypt-Lite/pkg-plist (new)