Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up NIP-39 cryptographic identity #5

Open
franzaps opened this issue Aug 31, 2024 · 2 comments
Open

Set up NIP-39 cryptographic identity #5

franzaps opened this issue Aug 31, 2024 · 2 comments

Comments

@franzaps
Copy link
Contributor

(see my PR against NIP-39)

  • grab already provided signature hashes
  • give instructions in terminal to provide
    • signed message
      • keytool -importkeystore -srckeystore example.keystore -destkeystore example.p12 -deststoretype pkcs12
      • openssl pkcs12 -in example.p12 -nocerts -nodes -out privatekey.pem
      • echo 'Verifying that I control the following Nostr public key: "<npub encoded public key>"' | openssl dgst -sha256 -sign privatekey.pem | openssl base64 -A (replace pubkey with provided one)
    • public key
      • keytool -list -keystore example.keystore (check against earlier signature hashes)
@franzaps
Copy link
Contributor Author

Should also prompt dev for auto-indexing, if they sign this they probably want to set and forget

@franzaps franzaps added this to the 0.2 Buenos Aires milestone Aug 31, 2024
@franzaps
Copy link
Contributor Author

See #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant