Crypt-FNA

 view release on metacpan or  search on metacpan

lib/Crypt/FNA.pm  view on Meta::CPAN

574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
The methods and decrypt_file encrypt_file, are summa: make it useful by applying the mathematical
curves (F). This method carries out a very precise: it decrypt the input file (which is to
encrypt_file output method) in the output file (which is the input method encrypt_file).
 
The syntax is:
 
   
  $krypto->decrypt_file($name_encrypted_file, $name_decrypted_file)
   
 
The input file is read and decoded through the curve (F), the output file.
 
=head2 encrypt_scalar
 
The method encrypt_scalar digit strings: the result of encryption is a vector containing the cryptogram.
The syntax is:
 
   
  my @encrypted_scalar=$krypto->encrypt_scalar($this_scalar)
 
  



( run in 0.236 second using v1.01-cache-2.11-cpan-05444aca049 )