root@honeyvault:~$ ./launch_honeyvault.sh

$~ What is Honey Encryption?

Honey Encryption is a security technique that returns plausible-looking fake messages when incorrect decryption keys are used, making it difficult for attackers to know if they've successfully decrypted data.

// Secure

Uses AES-GCM encryption with 128-bit keys for real message protection.

// Deceptive

Generates realistic fake messages for incorrect keys to confuse attackers.

// Educational

Learn about advanced encryption techniques through hands-on demonstration.