Skip to content

Set up NIP-39 cryptographic identity #5

@franzaps

Description

@franzaps

(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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions