Tagged Questions
0
votes
0answers
24 views
Use OpenSSL in Automator Application? [duplicate]
I want to make an application that's in the same directory as a file: message.txt.enc
If you open the app you should be prompted with a password dialogue. this should be used to decrypt the file AND ...
2
votes
1answer
129 views
Automator service for encrypting or decrypting with openssl
Can I create two Automator services that allow me to encrypt or decrypt files? So I would right click a file and click 'Encrypt', the .txt file would be encrypted to a .enc using openssl:
...
1
vote
2answers
1k views
Using Automator or AppleScript to encrypt/decrypt with OpenSSL
I would like to know how to use Automator or AppleScript to create a droplet that would compress/uncompress (tar.gz) and encrypt/decrypt with OpenSSL files and/or directories dropped in it. The ...