=================================================================== RCS file: /cvs/palm/Palm-Keyring/lib/Palm/Keyring.pm,v retrieving revision 1.40 retrieving revision 1.42 diff -u -r1.40 -r1.42 --- palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/02/23 03:32:46 1.40 +++ palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/02/23 03:41:28 1.42 @@ -1,5 +1,5 @@ package Palm::Keyring; -# $RedRiver: Keyring.pm,v 1.39 2007/02/23 03:24:09 andrew Exp $ +# $RedRiver: Keyring.pm,v 1.41 2007/02/23 03:38:07 andrew Exp $ ######################################################################## # Keyring.pm *** Perl class for Keyring for Palm OS databases. # @@ -1532,12 +1532,26 @@ Palm::StdAppInfo +B + Digest::MD5 Crypt::DES -Readonly +B +Digest::HMAC_SHA1 + +Digest::SHA1 + +Depending on how the database is encrypted + +Crypt::CBC - For any encryption but None + +Crypt::DES_EDE3 + +Crytp::Rijndael - The AES encryption schemes + =head1 THANKS I would like to thank the helpful Perlmonk shigetsu who gave me some great advice @@ -1551,6 +1565,12 @@ mine was ready and he was kind enough to let me have the namespace as well as giving me some very helpful hints about doing a few things that I was unsure of. He is really great. + +And finally, +thanks to Jochen Hoenicke Ehoenicke@gmail.comE +(one of the authors of Palm Keyring) +for getting me started on the v5 support as well as providing help +and some subroutines. =head1 BUGS AND LIMITATIONS