-
![](https://image.nostr.build/421e89fb8f2728fc15a443568e1e9124955ee0b7a350a96cd8147f3fe2754bd7.gif)
@ ▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,
2025-02-08 12:55:33
-c '{
"protocol": "FreedomNet",
"version": "1.0",
"encryption": {
"hashing_algorithm": "SHA-256",
"public_key": "Base58-Encoded-Public-Key",
"signature_scheme": "ECDSA"
},
"data_structure": {
"message_id": "SHA-256(content + timestamp + sender_id)",
"timestamp": "2025-02-07T12:00:00Z",
"content": "Base64-Encoded-Message",
"sender_id": "Decentralized-Identifier",
"relay_nodes": [
{
"node_id": "SHA-256(Node-Public-Key)",
"ip": "Onion or Schnorr Keys"
}
],
"validation": {
"hash_verification": true,
"signature_required": true
}
},
"resistance_features": {
"p2p_network": true,
"metadata_protection": "Yes",
"relay_distribution": "Randomized with Proof-of-Work"
}
}' `
{
"protocol": "FreedomNet",
"version": "1.0",
"encryption": {
"hashing_algorithm": "SHA-256",
"public_key": "Base58-Encoded-Public-Key",
"pkarr": "SHA-256(Aggregated-Public-Keys)",
"signature_scheme": "ECDSA"
},
"data_structure": {
"message_id": "SHA-256(content + timestamp + pubkey)",
"timestamp": "2025-02-07T12:00:00Z",
"content": "Base64-Encoded-Message",
"pubkey": "Base58-Encoded-Sender-Public-Key",
"relay_nodes": [
{
"node_id": "SHA-256(Node-Public-Key)",
"ip": "Onion or Schnorr Keys"
}
],
"validation": {
"hash_verification": true,
"signature_required": true,
"pkarr_verification": true
}
},
"resistance_features": {
"p2p_network": true,
"metadata_protection": "Yes",
"relay_distribution": "Randomized with Proof-of-Work"
}
}