The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
20011217 Crypt-Tea-1.30 Tiny Encryption Algorithm in Perl & JavaScript
20020121 1.31 some bugs fixed, Htauth hooks & outdated subs stripped
20020310 1.32
20020325 1.33 Bug fixed in JS ascii decoding
20020403 1.34 Htauth hooks removed into CGI::Htauth.pm
20020523 1.35 mv Tea.raw Tea.pm for CPAN, include test.html
20020601 1.36 fixed 'require Tea.raw' bug in test_script
20020603 1.40 Makefile.PL uses MakeMaker, new Install
20020620 1.41 my $de0, $de1 bug fixed in line 182 of Tea.pm
20020626 1.42 Install gets default locations right
20020917 1.43 JS portability bug fixed in ascii2bytes, a[i] to a.charAt(i)
20020919 1.44 JS portability bug fixed in specifying 32-bit integers
20030701 FreeBSD bug corrected ($^O now gives freebsd)
20030901 eliminate octal number literals from the JS
20040224 Crypt::Tea is now also named Crypt::Tea_PPJS, q.v.
20040809 'perl Install' works better on solaris without Term::Size
20040922 1.45 + changed to - to avoid URL-encoding, with backward compatibility
20040928 2.00 uses - in ascii for URL-resistance
20040930 2.01 test.html ascii2bytes should return 216 not 217
20041005 2.02 test.pl displays correct version
20041011 2.03 JS tea_code and tea_decode now work on Konqueror5.0
20041127 2.04 consistentised Term::Clui in Install
20041218 2.05 documentation of the JS end of FORM submission
20041221 2.06 more doc adjustments, added examples/tea_demo.cgi
20041223 2.07 eliminate octals from JS strings, for ECMAscript-3
20050105 EXPORT_OK and ALL introduced for str2ascii and ascii2str
20050113 2.08 test.pl uses Test::Simple
20050114 2.09 algorithm cut out of MANIFEST, sub ascii2str gets no warnings
20060823 2.10 pack 'c*' changed to pack 'C*'
20060824 2.11 correct Install for Clui size test
20060828 2.12 64-bit bug fixed in sub tea_code, sub tea_decode, test.pl