I would like to make small modifications to the p.crypt tool. I would like to allow it to create hex-encoded output, and I would like for it to be able to handle input/output from stdin/stdout like the rest of the tools. I have no idea why I didn't make piping the default interface to begin with so that it was consistent with the other tools. The relevant openssl commands would be
I would like to make small modifications to the
p.crypt
tool. I would like to allow it to create hex-encoded output, and I would like for it to be able to handle input/output from stdin/stdout like the rest of the tools. I have no idea why I didn't make piping the default interface to begin with so that it was consistent with the other tools. The relevant openssl commands would beThe only real difference from what I have currently is the inclusion of the
-a
flag, and the ability to read/write to stdin/stdout