Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Crypt-Tea_JS / pkg-descr
1 This module implements TEA, the Tiny Encryption Algorithm, and some Modes of
2 Use, in Perl and JavaScript.
3
4 The $key is a sufficiently longish string; at least 17 random 8-bit bytes for
5 single encryption.
6
7 Crypt::Tea_JS can be used for secret-key encryption in general, or, in
8 particular, to communicate securely between browser and web-host. In this case,
9 the simplest arrangement is for the user to enter the key into a JavaScript
10 variable, and for the host to retrieve that user's key from a database. Or, for
11 extra security, the first message (or even each message) between browser and
12 host could contain a random challenge-string, which each end would then turn
13 into a signature, and use that signature as the encryption-key for the session
14 (or the reply).
15
16 WWW: http://search.cpan.org/dist/Crypt-Tea_JS/