I can decrypt/encrypt files via the CLI with the '(de)encrypt -s <source path> -d <destination path>'
works fine,
However, I have not been able to call it from a custom server side javascript command.
Is this possible?
Also, if I was to encrypt a file on one FTP server, would I be able to decrypt it from another one? Or is there a salt applied during installation
On a related note:
Are there any plans on changing the base64 encoder/decoder libraries included to handle anything other than ascii/unicode?
Use case here is to store user passwords as base64 encoded encrypted strings in a JSON database. Transfer the JSON files to different servers and onboard the users programatically via a combination of server side javascript and SSH commands.