๐ Secure File
- Key derivation
- PBKDF2-HMAC-SHA512
- Work factor
- 220,000 iterations
- Encryption
- AES-256-GCM
- Runtime
- Native Web Crypto
Private by design
Encrypt a file with authenticated browser-native cryptography, or create a standard encrypted 7z archive that recipients can open with normal 7z-compatible software.
Create an authenticated .enc file using the SecurBrowser v2 format.
Decrypt authenticated v2 files or compatible legacy Salted__ files.
Package multiple files or a folder into a standard AES-256 encrypted archive. Filenames are always encrypted.
Open a password-protected 7z archive locally. Extracted files can be downloaded individually or saved to a folder where the browser supports it.
Both operate locally. Choose authenticated native encryption or standard 7z interoperability.
Secure File uses the browser's Web Crypto API. Secure Archive runs pinned sevenzip-wasm/7-Zip 26.03 WebAssembly inside a dedicated worker. The WASM assets are served from the same origin; no CDN is contacted at runtime. SecurBrowser has no upload endpoint and does not transmit selected files or passphrases.
7z archives are created with AES-256 encryption and header encryption. Unlike the custom
.enc format, a generated .7z archive can be opened by compatible
desktop tools without returning to this website.