Rust WebAssembly Crypto Example
Keypair Generation
Generate Keypair
Result will appear here
Message Signing
Hello, this is a test message to sign
Sign Message
Signature will appear here
Signature Verification
Verify Signature
Verification result will appear here
Symmetric Encryption
This is a secret message that will be encrypted
Generate Key & Encrypt
Note: Nonce is handled internally
Encrypted data will appear here
Symmetric Decryption
Note: Nonce is now extracted automatically from the ciphertext
Decrypt
Decrypted data will appear here