Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-03-19 | example: sign and encrypt file | Ben McGinnes | 1 | -5/+11 | |
* Example to sign and encrypt a file. * Similar to encrypt-file.py except all keys are considered trusted and signs with the default key. * Also encrypts to the default key. | |||||
2018-03-19 | example: encrypt file | Ben McGinnes | 1 | -1/+1 | |
* Fixed typo in second encryption call. | |||||
2018-03-19 | example: encrypt file | Ben McGinnes | 1 | -0/+64 | |
* Example to encrypt a file to a single key. * Takes key ID and/or fpr as a CLI parameter. * Takes path and filename as a CLI parameter. * Encrypts to specified key only, no signing and writes the output in both ASCII armoured and GPG binary formats with output filenames based on input filename. |