All Projects → hanjoongcho → aaf-easypassword

hanjoongcho / aaf-easypassword

Licence: other
🔒 Easy Password is password management application. This application uses pattern locks to manage information that requires security.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to aaf-easypassword

Puff Android
Password Manager for Android Using Blowfish Encryption
Stars: ✭ 144 (+414.29%)
Mutual labels:  password-manager, android-application, android-app
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (+100%)
Mutual labels:  android-application, android-app
ToDo
Android application to quickly add tasks and reminders.
Stars: ✭ 13 (-53.57%)
Mutual labels:  android-application, android-app
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+446.43%)
Mutual labels:  android-application, android-app
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+92.86%)
Mutual labels:  android-application, android-app
currency-edittext
A Custom EditText implementation that allows formatting of currency-based numeric inputs.
Stars: ✭ 86 (+207.14%)
Mutual labels:  android-application, android-app
Github-Trending-Repos
An Android App that lists the most trending repositories from Github.
Stars: ✭ 57 (+103.57%)
Mutual labels:  android-application, android-app
BatteryTool
Automatically stop apps running in the background. Free, no ads and open source.
Stars: ✭ 48 (+71.43%)
Mutual labels:  android-application, android-app
TinyKeePass
Another simple read-only KeePass Android app.
Stars: ✭ 44 (+57.14%)
Mutual labels:  password-manager, android-application
InshortApp
Demo app like inshort
Stars: ✭ 28 (+0%)
Mutual labels:  android-application, android-app
PlantShopUI-Android
Check out the new style for App Design aims for the Online Plant Shop Service using jetpack compose...😉😀😁😎
Stars: ✭ 29 (+3.57%)
Mutual labels:  android-application, android-app
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-53.57%)
Mutual labels:  android-application, android-app
corona-warn-companion-android
Android App Which Shows Details about CWA Exposures (Requires Root or CCTG or RaMBLE Apps)
Stars: ✭ 131 (+367.86%)
Mutual labels:  android-application, android-app
geopackage-mapcache-android
GeoPackage MapCache Android App
Stars: ✭ 33 (+17.86%)
Mutual labels:  android-application, android-app
screenshot
This library helps to take screenshot dynamically
Stars: ✭ 64 (+128.57%)
Mutual labels:  android-application, android-app
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+135.71%)
Mutual labels:  android-application, android-app
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+146.43%)
Mutual labels:  android-application, android-app
ClipboardCleaner
Check and clean your clipboard using service, widget, shortcut and quick setting tile.
Stars: ✭ 85 (+203.57%)
Mutual labels:  android-application, android-app
Simpler
Simpler是一款轻量级的第三方微博应用,具有微博的基础功能,兼有外观优雅,运行流畅,内存占用低,省电省流量等特点。
Stars: ✭ 27 (-3.57%)
Mutual labels:  android-application, android-app
awesome-android
A curated list of awesome open source Android applications, tutorials and resources.
Stars: ✭ 524 (+1771.43%)
Mutual labels:  android-application, android-app

Easy Password

Awesome Awesome Kotlin Badge License

Easy Password is password management application.
This application uses pattern locks to manage information that requires security.

Precautions

Can be exposed to brute-force attacks if Realm db files are hijacked.

Support Features

01. Application lock with pattern
02. Password strength check
03. Encryption and decryption with AES of passwords to be managed using lock pattern
04. Backup and recovery of management list using Google Drive

Screen Shots

 
 
 

How to build

Step1. Fork or download 'aaf-easypassword' project.
Step2. Import 'aaf-easypassword' project into android studio.
Step3. Use below link download svg images from Flaticon.
Step4. Import 6 svg files for your project from your Android studio.
       Project rightclick > New > Vector Asset... You can import from the menu and the resource names are:
       001-password.svg    -> icon_password.xml
       003-folder.svg      -> icon_folder.xml
       005-credit-card.svg -> icon_credit_card.xml
       009-lock.svg        -> icon_lock.xml
       012-television.svg  -> icon_web.xml
       015-home.svg        -> icon_home.xml
Step5. Generate your salt string from GenerateSaltString.kt android testcase.
       'GenerateSaltString.kt' file rightclick > Run(Android instrumented test) > GenerateSaltString 
       Apply filter name 'GenerateSaltString-testGenerateSaltString' to Logcat and copy salt string from log.
Step6. Define salt string into 'AesUtils.kt' file       
Step7. Register your package name and SHA-1 signature certificate fingerprint for Google Drive use.(https://console.developers.google.com/)
Step8. Build 'aaf-easypassword' project with android studio.

Download security-40 svg images from Flaticon

License

LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].