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

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

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

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.

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

Written by Stefan Marsiske.

Copyright © 2023 Stefan Marsiske. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

sphinx(1)