Passbox is a cross-platform local password manager. No cloud sync required. Easily manage your phone passwords on a large PC screen via the built-in secure Web server over LAN.
More than just storing passwords, it's a whole new data management experience.
No cables, no cloud sync. Enable built-in Web service on phone, manage and enter passwords efficiently on PC browser, enjoying the comfort of a large screen keyboard.
Data is encrypted using AES-GCM + RSA hybrid encryption, keys stored in system-level secure area (Android KeyStore). All data stored only on your phone, no cloud leak risk.
Native experience built on .NET MAUI. Supports biometric unlock (fingerprint/face), scan code to enter TOTP, secure access anytime, anywhere.
We don't trust any intermediaries, including LAN. Passbox implements end-to-end encrypted transmission protocols.
Dynamically generates SSL certificates on service start, ensuring encrypted LAN communication channels.
Browser generates AES key and transmits to phone encrypted via RSA public key, subsequent communication fully encrypted, preventing MITM attacks.
Sensitive operations (like viewing passwords, exporting data) require biometric verification on phone, ensuring user identity.
var cipher = Cipher.GetInstance("AES/GCM/NoPadding");
// 使用 Android KeyStore 中的私钥
cipher.Init(CipherMode.DecryptMode, secretKey, spec);
// 验证生物识别并解密
var plainText = cipher.DoFinal(encryptedData);
// 只有授权成功才会执行到这里
Private, Secure, Efficient. Download SalamPro Passbox now and experience a new way of password management.