I'm writing a program that creates a Word document with sensitive information. I'd like to encrypt and password protect the document and distribute it in a self-extracting file so that the user can double-click, provide a password, and then receive the unencrypted file.
I'm okay creating the Word document, but I'd like a third-party program, scriptable or not (I can use the command-line), that can:
- Encrypt the Word document,
- Password-Protect the encryption, and
- Create a self-extracting file.
Can anyone suggest software for this purpose? Anything of SSL security or higher is sufficient since the data was formerly hosted on an SSL-encrypted site.