UnCrack is a simple android application made using Kotlin, for managing your password.
Unlock the power of secure organization with UnCrack! This innovative app 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 one master password, 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
- Material Components for Android - Material Components for Android (MDC-Android) help developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional Android apps.
- Password Strength Meter - Password strength meter is an easy-to-implement and flexible password strength indicator for Android. It is fully customizable and features an animated strength indicator and a matching label.
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 # Bidge between an `AdapterView` and the underlying data for that view
β
|
βββ ui # UI/View layer
| βββ fragments # application's user interface or behavior that can be placed in an `Activity`.
| βββ onBoarding # OnboardingScreen
β βββ 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.