Wise Monks, please advice on how to use Filter::Crypto::CryptFile via PAR so as to primarily encrypt my source files but also control access to them (on a hosted, entirely mine, bare-metal linux)
Ideally, I want to be asked for a password/key at encryption stage and then asked just once (and not once for each module included!) each time the pp-executable is run. Is this too far-fetched? May be there is yet another module to allow for encrypting and also controlling access to the script?
The manpage states that the following will encrypt my script and all modules used by the script:
pp -f Crypto -M Filter::Crypto::Decrypt -o hello hello.plFine! But I was expecting to be asked for a password/key. Instead, I was asked for password once during installation of Filter::Crypto::CryptFile and then no password required when running the pp-exe script.
bw, bliako
p.s. As to why I want to do that: I feel I have contributed enough public-domain software so as not to be asked this question.
In reply to Encrypting source code :( by bliako
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |