[BACK]Return to Keyring.pm CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / lib / Palm

Diff for /palm/Palm-Keyring/lib/Palm/Keyring.pm between version 1.44 and 1.45

version 1.44, 2007/02/23 22:11:33 version 1.45, 2007/02/26 00:02:13
Line 1 
Line 1 
 package Palm::Keyring;  package Palm::Keyring;
 # $RedRiver: Keyring.pm,v 1.43 2007/02/23 22:05:17 andrew Exp $  # $RedRiver: Keyring.pm,v 1.44 2007/02/23 22:11:33 andrew Exp $
 ########################################################################  ########################################################################
 # Keyring.pm *** Perl class for Keyring for Palm OS databases.  # Keyring.pm *** Perl class for Keyring for Palm OS databases.
 #  #
Line 1611 
Line 1611 
   
 I am sure there are problems with this module.  For example, I have  I am sure there are problems with this module.  For example, I have
 not done very extensive testing of the v5 databases.  not done very extensive testing of the v5 databases.
   
   I am not sure I am 'require module' the best way, but I don't want to
   depend on modules that you don't need to use.
   
 I am not very happy with the data structures used by Encrypt() and  I am not very happy with the data structures used by Encrypt() and
 Decrypt() for v5 databases, but I am not sure of a better way.  Decrypt() for v5 databases, but I am not sure of a better way.

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>