Encrypt/Decrypt PDF files in any platform without installing anything but docker.
docker build -t crochik/pdfbox .
docker run -it -v $PWD:/home crochik/pdfbox Encrypt -U <password> -keyLength 256 <input> <output>
docker run -it -v $PWD:/home crochik/pdfbox Decrypt -password <password> <input> <output>