Skip to content

uncrack-vault/android

Repository files navigation


UnCrack


API Kotlin Build Hits GitHub code size in bytes

πŸ”‘UnCrack is a simple Android application made using Kotlin, for managing your password. UnCrack securely stores all your login credentials and other important information, so you never have to worry about forgetting passwords or searching for lost information. Keep your digital life organized and protected with UnCrack.

⬇️ Download

Go to the Releases and download latest apk or click badges below.

Get it on Google Play Get it on GitHub

🀨 Purpose of this app

I see a lot of people are tried of memorizing all their passwords, me also sometimes forgot the login credentials. So, after thinking about this situations, this app is build, to help user's to store their passwords and other information in a secured and organized manner.

πŸ” Featues

  • UnCrack securely stores all login credentials and important information in one place, accessible only to the user. The app uses advanced encryption techniques to ensure that the data is protected from unauthorized access.

  • With just a fingerprint, users can easily access all of their login information and never have to worry about forgetting passwords or searching for lost information.

  • The app includes a secure password generator that can suggest stronger passwords and help users create unique and secure passwords for all their accounts.

  • The app has a simple and user-friendly interface that makes it easy for users to manage their login information and passwords.

✨ Design

1_Uncrack 6_Uncrack 3_Uncrack 7_Uncrack 5_Uncrack 8_Uncrack 1

πŸ›  Made With

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design testable, and maintainable apps.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Room - Room is an android library which is an ORM which wraps android's native SQLite database
    • LiveData - LiveData was used to save and store values for viewModel calls and response of method calls.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Password Strength Meter - Password strength meter is an easy-to-implement and flexible password strength indicator for Android.
  • Firebase Crashlytics - Firebase Crashlytics is a lightweight, real-time crash reporter that helps you track crashes.
  • Firebase Cloud Messaging - Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages.

πŸ‘€ Package Structure

com.geekymusketeers.uncrack    # Root Package

β”œβ”€β”€ data                # For data handling.
|   β”œβ”€β”€ model           # Model data classes, for local entities.
β”‚   β”œβ”€β”€ repository      # Single source of data.
β”‚   └── room            # For saving data.
|
β”œβ”€β”€ adapter             # All Adapters for recyclerViews              
β”‚ 
|── service             # Notification Service
|
β”œβ”€β”€ ui                  # UI/View layer
|   β”œβ”€β”€ auth            # For Security
|   └── fragments       # All fragments     
β”‚   └── splashScreen    # SplashScreen
|
β”œβ”€β”€ utils               # Utility Classes / Kotlin extensions
|
└── viewmodel           # Generates a binding class for each XML layout file

πŸ‘·β€β™‚οΈ Architecture

This app uses MVVM(Model View View-Model) architecture.

Architecture_Flow

Contact πŸ“ž

If you need any help, you can connect with me here.