GUI PGP / GnuPG application
You can also use gpgtools (https://gpgtools.org) it is got all the possible GPG tools you are probably going to need (they also have a gpg plugin for Apple Mail) and adds Services for signing/encrypting/decrypting/etc. to the contextual menu (right-click->Services).
Create a new service with automator so your wife can decrypt the file using the contextual menu in the Finder.
- Create an Automator service
- Service receives selected files or folders in Finder
- Add a Run Shell Script action.
- Add your code:
gpg -d $1
- Save the service.
- It is now available in the Finder via Right click > Service > youServiceName.