-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzapstore.yaml
More file actions
49 lines (43 loc) · 1.86 KB
/
Copy pathzapstore.yaml
File metadata and controls
49 lines (43 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
repository: https://github.com/privkeyio/keep-android
pubkey: npub16chg6ppwpr4pmkxz92v8jjqkztvhysdc2tl3kgx29xpay45l57wqpgvghv
name: Keep
summary: FROST threshold signer and Nostr event signer for Android
description: |
**Keep is a FROST (Flexible Round-Optimized Schnorr Threshold Signatures) threshold signing app and dedicated Nostr event signer for Android.**
It allows users to hold FROST key shares on their phone and sign Nostr events without any single device ever holding the full private key. Keep implements the NIP-55 Android Signer protocol and NIP-46 remote signing, so any compatible Nostr client can request signatures directly.
Keep keeps private key material segregated from client apps through NIP-55 and NIP-46, with per-app permissions, background signing, and multiple account support. It splits keys into FROST threshold shares (2-of-3, 3-of-5, etc.) so that no single device ever holds the complete private key.
**Features:**
- FROST threshold signing (2-of-3, 3-of-5, etc.)
- NIP-55 Android Signer protocol (intents + content provider)
- NIP-46 remote signing (bunker service)
- Import and export FROST shares via QR code or text
- Import existing nsec keys
- Multiple account support
- Per-app signing permissions and policies
- Signing history and audit log
- Biometric and PIN authentication
- Hardware-backed key storage (Android Keystore)
- Kill switch for emergency key deletion
- SOCKS proxy support (Tor)
- NIP-44 encryption and decryption
- Background signing with configurable rate limits
- Certificate pinning for relay connections
- Encrypted backup and restore
- Bitcoin wallet descriptor coordination (multisig)
tags:
- nostr
- security
- keys
- signing
- privacy
- android
- cryptography
- freedom-tech
- e2ee
license: MIT
website: https://privkey.io
supported_nips:
- "01"
- "44"
- "46"
- "55"