PassVault Code
A secure, offline password manager for Android built with Kotlin.
Status: Alpha
Brought to you by:
jksalcedo
PassVault is a lightweight password manager that allows users to securely store credentials on their
device. All data is stored locally and sensitive information is encrypted using the Android Keystore
system. The application does not require internet permissions. User data never leaves the device.
This project follows the MVVM (Model-View-ViewModel) architecture.