CryptHub is a local-first password manager that encrypts everything with AES-256-GCM. No cloud. No accounts. No telemetry. Your passwords never leave your device.
Built for people who want full control over their passwords without handing them to a third party.
.crypthub file. Import on any device with your master password.No accounts to create. No emails to verify. Just open the app and start.
.crypthub file and import it on any device or browser. Your data travels with you — fully encrypted.Open source. Read the code, audit it yourself, or run it locally. No black boxes.
PBKDF2(password, salt, 310000) → masterHash
PBKDF2(password, salt) → sessionKey
AES-256-GCM(password, sessionKey, iv)
PBKDF2(masterHash, exportSalt) → exportKey
We believe you have the right to know exactly what happens to your data. No fine print. No ambiguity.
.crypthub backup files.crypthub file. You own it completely — no lock-in..crypthub backup on a USB drive or secure external storage.By using CryptHub, you agree to these terms. CryptHub is provided free of charge for personal use under the MIT License.
CryptHub is provided "as-is" without any warranty of any kind. This includes warranties of merchantability, fitness for a particular purpose, or non-infringement. Use at your own risk.
The developers are not responsible for any loss of data, loss of vault access, or security breaches resulting from forgotten master passwords, browser data deletion, hardware failure, or any other cause. You are solely responsible for maintaining backups.
CryptHub has not undergone a formal third-party security audit. While it uses industry-standard primitives (AES-256-GCM, PBKDF2, Web Crypto API), no guarantee of security is made. Review the source code yourself before trusting it with sensitive credentials.
CryptHub is open source under the MIT License. You are free to use, copy, modify, distribute, and sell the software, provided the copyright notice is included in all copies.
These terms may be updated at any time. Continued use of CryptHub after changes constitutes acceptance. The most current version is always published on this page.
Run CryptHub directly in your browser. Works on any modern device. Your data never leaves your machine.