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.

安全

文件加密理解:AES、RSA 和浏览器基于加密

为初学者提供关于文件加密算法的易于理解解释,它们如何工作,以及如何安全地在浏览器中加密文件。

数据的加密转换,将您的数据转化为无法逆向分析的格式,只有正确的密钥才能反转。这是数字隐私的基础 — 保护个人照片到公司合同等所有内容。

两种主要加密家族是对称(AES)和非对称(RSA)。AES 使用相同的密钥进行加密和解密,使其速度快且适合文件加密。RSA 使用一对密钥对(公钥 + 私钥)并更适合安全通信。

AES-256-GCM 是当前文件加密的标准。“256”表示密钥长度为比特,使得暴力破解攻击计算上不可能。GCM 模式添加了身份验证,检测加密数据中的任何篡改。

现代浏览器包含 Web Crypto API,该 API 提供了硬件加速的加密操作。这意味着您可以在浏览器中直接加密和解密文件,在接近原生速度下进行,无需安装任何软件。

ConvertCraft 的文件加密工具利用 Web Crypto API 执行 AES-256-GCM 加密完全客户端端。输入密码,将文件降级,即可获得加密输出,只有您才能解密。原始文件永远不会离开您的设备。