diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-01 19:15:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-01 19:15:47 +0000 |
commit | 8daab8b985c60174e57cccfeeff00b30cd73dccf (patch) | |
tree | fa37e34b500946a2723731940a53833cd29193b6 /security/p5-Business-PayPal-EWP/pkg-plist | |
parent | 55c143d426ddfe21f8b350e9902c776d82bcc60f (diff) | |
download | ports-8daab8b985c60174e57cccfeeff00b30cd73dccf.tar.gz ports-8daab8b985c60174e57cccfeeff00b30cd73dccf.zip |
Add security/p5-Crypt-Tea_JS.
security/p5-Crypt-T_e_a development stopped at 2.11 and there will be no
further releases for that port. Development has continued by the same
author, under a new name, Crypt::Tea_JS.
I've added conflicts between the two, but p5-Crypt-T_e_a should probably
be considered deprecated.
This module implements TEA, the Tiny Encryption Algorithm, and some Modes of
Use, in Perl and JavaScript.
The $key is a sufficiently longish string; at least 17 random 8-bit bytes for
single encryption.
Crypt::Tea_JS can be used for secret-key encryption in general, or, in
particular, to communicate securely between browser and web-host. In this case,
the simplest arrangement is for the user to enter the key into a JavaScript
variable, and for the host to retrieve that user's key from a database. Or, for
extra security, the first message (or even each message) between browser and
host could contain a random challenge-string, which each end would then turn
into a signature, and use that signature as the encryption-key for the session
(or the reply).
WWW: http://search.cpan.org/dist/Crypt-Tea_JS/
Notes
Notes:
svn path=/head/; revision=366933
Diffstat (limited to 'security/p5-Business-PayPal-EWP/pkg-plist')
0 files changed, 0 insertions, 0 deletions