🔐 Encryption Key Generator

Use this tool to generate a secure random encryption key for your config.php file.

💡 What is this?
The encryption key is used to encrypt sensitive data before sending it to Telegram. You need a strong, random key for security.

Your New Encryption Key:

X7XSKglc6/zyZ6eBSvXMgumKVI4w7iek6wG0bOMsCkk=
⚠️ Important:

How to Use:

  1. Click "Copy Key" button above
  2. Open backend/config.php in a text editor
  3. Find this line: define('ENCRYPTION_KEY', '...');
  4. Replace the value with your new key
  5. Save the file

Example:

define('ENCRYPTION_KEY', 'X7XSKglc6/zyZ6eBSvXMgumKVI4w7iek6wG0bOMsCkk=');
✅ Security Features:
• 256-bit encryption strength
• Cryptographically secure random generation
• Base64 encoded for easy storage
• Compatible with AES-256-CBC encryption