-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Milestone
Description
(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 pkcs12openssl pkcs12 -in example.p12 -nocerts -nodes -out privatekey.pemecho '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)
- signed message
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels