web-crypto 是一个使用浏览器提供的WebCryptoAPI的AES-256-GCM算法,进行安全的文件加密的javascript应用程序。
文件加密速度快、安全、无服务器,顽强,完全本地操作从不上传文件到服务器。
可以在几秒钟内加密任何类型、任何大小的文件。(可能浏览器无法读取太大的文件)
web-cryptois a javascript application that uses AES-256-GCM algorithm for secure file encryption using the WebCrypto API provided by the browser.
File encryption is fast, secure, serverless, tenacious, and operates completely locally without ever uploading files to the server.
You can encrypt any type of file, of any size, in a few seconds. (Maybe the browser can't read files that are too big.)
应用使用 Vue3 vite 构建,pwa 使用 vite-plugin-pwa
Applications are built using
Vue3vite, PWA is built usingvite-plugin-pwa.