π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.
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.
-
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.
- 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.
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
This app uses MVVM(Model View View-Model) architecture.
If you need any help, you can connect with me here.