What’s the simplest way to use a CLI on Mac/Linux to generate an nsec/npub and sign/verify a message? NDK? @PABLOF7z @JeffG
openssl rand -hex 32 to generate a private key nak to sign a message, and much more https://github.com/fiatjaf/nak
ty! 🙏