Build an encrypted messaging system using XRPL transaction memo fields. Learn public-key cryptography, Ed25519 to X25519 key conversion, and NaCl box encryption.
Build an encrypted messaging system using XRPL transaction memo fields. Learn public-key cryptography, Ed25519 to X25519 key conversion, and NaCl box encryption.
Using tweetnacl, encrypt a message with the recipient's public key and send it as a memo in an XRP transaction.
Build a listener that detects encrypted memos, decrypts them with your private key, and displays the plaintext.
Assignments
Encrypt a Message
Using tweetnacl, encrypt a message with the recipient's public key and send it as a memo in an XRP transaction.
Decrypt Incoming Messages
Build a listener that detects encrypted memos, decrypts them with your private key, and displays the plaintext.