Crypt-FNA
view release on metacpan or search on metacpan
lib/Crypt/FNA.pm view on Meta::CPAN
574575576577578579580581582583584585586587588589590591592593594The 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 )