Giter Club home page Giter Club logo

uncrack's Introduction


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.

uncrack's People

Contributors

aritra-tech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.