logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sphage - converts 32 bytes binary data into an age(1) keypair

Author

       Written by Stefan Marsiske.

Description

       This is a converter that is meant to convert the raw output of sphinx(1) into a key-pair that can be used
       by age(1) allowing for more sophisticated secrets manager setups.

Name

       sphage - converts 32 bytes binary data into an age(1) keypair

Reporting Bugs

       https://github.com/stef/pwdsphinx/issues/

See Also

sphinx(1)

                                                                                                       sphage(1)

Synopsis

              echo "32 byte high-entropy string....." | sphage privkey >/tmp/privatekey
              echo "32 byte high-entropy string....." | sphage pubkey >/tmp/pubkey

See Also