Skip to content

dav1dgf/SafebitPasswordManagerAndroid

Repository files navigation

Password Manager - Android Version

This is the Android version of a password manager created by me.

Features

  • Secure Login: Accounts are protected with a hashed password using BCrypt.
  • Encryption: Credentials stored in the database are encrypted using AES-256.
  • Decryption: Data is decrypted using a key derived from your key password via the PBKDF2 (Password-Based Key Derivation Function 2) algorithm.
  • Credential Management:
    • Add new credentials.
    • Delete existing credentials.
    • Copy stored credentials to the clipboard.

Usage

  1. Log into your account or create one if you don’t have an existing account.
  2. Access your credentials, add new ones, delete them, or copy them when needed.

Screenshots

Some screenshots of its functionality:

register login
creed_detail cred_list
add

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors