Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add new output format: "signify" #16

Closed
wants to merge 2 commits into from

Commits on Mar 18, 2023

  1. Add new output format: "signify"

    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 in generated file are public key, next two -- secret key. Note
    that first line in both starts with "untrusted comment: ". signify(1) insists
    for it to be the case.
    
    Co-Authored: Christopher Wellons <wellons@nullprogram.com>
    Dmitry Bogatov committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    64a1ca5 View commit details
    Browse the repository at this point in the history
  2. signify: change logic on how keynum is generated

    Dmitry Bogatov committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    12a623c View commit details
    Browse the repository at this point in the history