AES Encryption with System IV
Uses real system UUID/MAC address as IV base
System Information
System UUID
Generated IV
IV is generated by hashing the system UUID to exactly 16 characters
Encryption Key (16, 24, or 32 characters)
Key length:
16
characters
Text to encrypt/decrypt
Hello, this is a secret message!
Encrypt
Decrypt
Result
Copy Result
Swap Text
Clear Text
How It Works:
Uses your actual system UUID/MAC address (not random)
Hashes the system identifier to create a fixed 16-character IV
Same system will always generate the same IV
You must use the same system to encrypt and decrypt data