Comment on Ed25519-CLI – command-line interface for the Ed25519 signature system (2024)parentComments−coppsilgold8moYou can use ssh-keygen for signing and verifying signatures.You can also use age[1] to encrypt payloads targeting ssh public keys. And decrypt using ssh private keys.[1] <https://github.com/FiloSottile/age>
Comments
You can use ssh-keygen for signing and verifying signatures.
You can also use age[1] to encrypt payloads targeting ssh public keys. And decrypt using ssh private keys.
[1] <https://github.com/FiloSottile/age>