Help for this page
#!/usr/bin/perl ... close FH_plain; unlink $decrypted; #delete the plain text file close FH_crypted;
#!/usr/bin/perl ... print FH_decrypted $cipher->finish; close FH_crypted; close FH_decrypted;