SUPPORT US

SUPPORT CONVERTCRAFT KEEP THE FREE TIER ALIVE

We don’t track you and we don’t know if you’re using an adblocker. Our ads are run by Google — no pop-ups, no annoying ads, just clean placements. Ads help us keep our free tier completely free for everyone.

Why We Need Your Support

  • Google Ads Only: We run Google AdSense — no pop-ups, no video ads, no misleading banners. Just clean, non-intrusive placements.
  • No Tracking: We do not track you, sell your data, or monitor your browsing. Your privacy is absolute.
  • Free Forever: Ads fund our servers so we can keep the free tier available to everyone, everywhere, without compromise.

Whitelist Us 💜

If you use an adblocker, please consider whitelisting ConvertCraft. It takes 10 seconds and directly keeps the project alive.

Every ad view helps us maintain servers, develop new tools, and keep your data private — all at no cost to you.

No Pop-upsNo TrackingGoogle AdsPrivacy FirstFree Forever

❤️ Support ConvertCraft

Buy Me a CoffeeSupport Plan — $4.99/mo

Support via Buy Me a Coffee or get the Support Plan with exclusive benefits.

Security

Understanding File Encryption: AES, RSA, and Browser-Based Crypto

A beginner-friendly explainer on file encryption algorithms, how they work, and how to encrypt files securely in your browser.

File encryption transforms your data into an unreadable format that can only be reversed with the correct key. It is the foundation of digital privacy — protecting everything from personal photos to corporate contracts.

The two main encryption families are symmetric (AES) and asymmetric (RSA). AES uses the same key for encryption and decryption, making it fast and ideal for file encryption. RSA uses a key pair (public + private) and is better suited for secure communication.

AES-256-GCM is the current gold standard for file encryption. The "256" refers to the key length in bits, making brute-force attacks computationally impossible. GCM mode adds authentication, detecting any tampering with the encrypted data.

Modern browsers include the Web Crypto API, which provides hardware-accelerated cryptographic operations. This means you can encrypt and decrypt files directly in your browser at near-native speed — no software installation needed.

ConvertCraft's File Encrypt tool leverages the Web Crypto API to perform AES-256-GCM encryption entirely client-side. Enter a password, drop your file, and receive an encrypted output that only you can decrypt. Your original file never leaves your device.