Comment on Ed25519-CLI – command-line interface for the Ed25519 signature system (2024)Comments−PunchyHamster8moIt writes the public key to file descriptor 5, and then writes the secret key to file descriptor 9.Is the project trying to compete with GPG for worst interface ? Magic numbers BAD, especially in something that will mostly be used in scripts
Comments
Is the project trying to compete with GPG for worst interface ? Magic numbers BAD, especially in something that will mostly be used in scripts