ENCO 🔐

Advanced real-time encryption & decryption tool

⚙️ Advanced Settings +

📖 Frequently Asked Questions

What encryption methods does Enco use?

Enco uses industry-standard AES encryption (256-bit) with either GCM or CBC mode. The tool leverages the Web Crypto API built into modern browsers, ensuring high-performance encryption without sending your data to any servers.

Is my data secure with this tool?

All encryption/decryption happens locally in your browser. Your data never leaves your device. However, for highly sensitive information, consider using dedicated encryption software with additional security features.

How does the key derivation work?

Enco uses PBKDF2 (Password-Based Key Derivation Function 2) with SHA-256 hashing to transform your password into a strong encryption key. You can adjust the iteration count in advanced settings for stronger (but slower) key derivation.

Can I use this tool offline?

Absolutely! Enco is a single HTML file with no server dependencies. You can download it and use it completely offline. Save it to your device or bookmark it for easy access.

What browsers are supported?

Enco works in all modern browsers that support the Web Crypto API (Chrome, Firefox, Safari, Edge). For best performance and security, use the latest browser version.

How can I contribute to this project?

Enco is open-source! Visit the GitHub repository to report issues, suggest features, or submit pull requests. Check the footer for the project link.