-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is BSD tool used to sign release, with simpler interface and without support of old key types. It does not do encryption. This is how signify can be used: $ signify -G -n -p new.pub -s new.key $ signify -S -s new.key -m message.txt # creates message.txt.sig $ signify -V -p new.pub -m message.txt # checks signature Now first step can be replaced with: $ passphrase2pgp -f signify >new.combined First two lines are the public key, and the next two are the secret key. Note: signify(1) insists each begins with "untrusted comment: ". Co-Authored: Christopher Wellons <[email protected]>
- Loading branch information
Showing
2 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters