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

Diff for /palm/Palm-Keyring/test2.pl between version 1.1 and 1.2

version 1.1, 2006/12/06 18:45:42 version 1.2, 2006/12/06 20:59:23
Line 10 
Line 10 
   
 use YAML;  use YAML;
   
   print "Enter: ";
   my $Pass = <>;
   chomp $Pass;
   print "\n";
   
 $pdb->Load("Keys-Gtkr.PDB");  $pdb->Load("Keys-Gtkr.PDB");
 #$pdb->Decrypt('12345');  $pdb->Decrypt($Pass) || die "Couldn't decrypt!";
   
 print Dump $pdb;  print Dump $pdb;
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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