If anyone is interested, I plan to contribute to this repository:
- Simple(r) sample code showing encryption and decryption (file-based).
- Information on how to detect errors when using this package.
On #2: my short answer is to check the PERL global variable $? after execution (after the "waitpid" command). If nonzero then there was an error and the ERROR and STATUS handles can be used to get more information.
Should I do a PULL request and then createa new folder/directory called 'Examples'?
If anyone is interested, I plan to contribute to this repository:
On #2: my short answer is to check the PERL global variable $? after execution (after the "waitpid" command). If nonzero then there was an error and the ERROR and STATUS handles can be used to get more information.
Should I do a PULL request and then createa new folder/directory called 'Examples'?