Rust WebAssembly Crypto Example
Key Space Management
Status: Not logged in
Space Name:
Password:
Login
Create New Space
Current Space:
Logout
Result will appear here
Keypair Management
Keypair Name:
Create Keypair
Select Keypair:
-- Select a 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
Password-Based Encryption
Password:
This message will be encrypted with a password
Encrypt with Password
Encrypted data will appear here
Password-Based Decryption
Password:
Decrypt with Password
Decrypted data will appear here