I don't know.
You know what they say - to get the quickest answer, don't ask the question. Instead, do it wrong and people will come out of the woodwork to tell you your an idiot :-) Mike On 12/9/22 21:19, Henry R wrote:
Hello list, I have written a C library which encrypts the data stored in object storage like S3. If I want to provide it with a perl OO interface what's the right way? such methods like: $data->encrypt("input.sth"); $data->decrypt("input.sth"); Thanks.