Your Nostr Credentials

Public Key (npub) Your public Nostr identifier
{{ getNpub() }}

This is your public identifier on the Nostr network. You can share this with others so they can follow you.

@if (isRemoteAccount()) { Remote Signing Enhanced security with external signer
security

This account uses remote signing for enhanced security. Your private key is managed externally and is not accessible within this application. All signing operations are handled by your external signer.

} @else if (nostrService.account()?.privkey) { Private Key (nsec) Keep this secure and private
@if (isNsecVisible()) { {{ getNsec() }} } @else { {{ getMaskedNsec(getNsec()) }} }
warning

Your private key is the master key to your Nostr identity. Never share it with anyone. Anyone with your private key can post as you and access all your data.

} @else { Private Key Not Available

Your private key is not stored in this application. You are likely using a Nostr extension which manages your private key securely.

}

Credential Security

Protect your private key (nsec): Never share your private key with anyone. It provides full access to your Nostr identity.

Backup your keys: Make sure to save a backup of your keys in a secure location.

Consider using an extension: For enhanced security, consider using a browser extension like Alby or nos2x to manage your keys.