This commit is contained in:
Your Name
2025-09-27 06:35:41 -04:00
parent 26c0a71292
commit 6191b29e49
13 changed files with 158 additions and 189 deletions

View File

@@ -131,13 +131,10 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us
1. **Never log sensitive data** - Don't store decrypted content or routing info
2. **Generate new keys** - Use fresh ephemeral keys for each forward
3. **Validate everything** - Check signatures, event structure, relay URLs
4. **Rate limiting** - Don't process more than X events per minute from same source
### Privacy Rules
1. **No correlation** - Don't link input events to output events in logs
2. **Clear memory** - Immediately clear decrypted data after processing
3. **Random timing** - Add jitter to specified delays
4. **Mix traffic** - Send decoy traffic when idle (optional)
### Processing Rules
1. **First come, first served** - Process events in order received