LoraIlieva has asked for the wisdom of the Perl Monks concerning the following question:
I am looking for a perl module to create attached and detached signatures of files.
For text signing I am using Crypt::OpenSSL::RSA, but I am not sure if there is a way to sign whole file. I thought to read the file and to sign the file content but I am not sure if this is the right way for file signing.
I want to replace the openssl's "openssl rsautl -sign " and "openssl dgst -sha256 -sign" commands with perl modules and functions.
Could someone give me an advice?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Create attached and detached signatures on files
by GotToBTru (Prior) on Nov 04, 2016 at 12:01 UTC | |
by LoraIlieva (Acolyte) on Nov 04, 2016 at 12:12 UTC |