mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-02-05 10:56:06 -06:00
70 lines
3.0 KiB
Markdown
70 lines
3.0 KiB
Markdown
<h1 align="center"> KeyPass : Offline Password Manager</h1>
|
|
<p align="center"></p>
|
|
|
|
<div align="center">
|
|
<img src="https://img.shields.io/github/v/release/yogeshpaliyal/KeyPass?style=for-the-badge" />
|
|
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fyogeshpaliyal%2FKeyPass&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true&style=for-the-badge" />
|
|
</div>
|
|
|
|
|
|
<div style="display: inline-block" align="center">
|
|
|
|
<img src ="https://github.com/yogeshpaliyal/KeyPass/blob/master/images/image1.png?raw=true" width="19%"/><img src ="https://github.com/yogeshpaliyal/KeyPass/blob/master/images/image2.png?raw=true" width="19%"/><img src ="https://github.com/yogeshpaliyal/KeyPass/blob/master/images/image3.png?raw=true" width="19%"/><img src ="https://github.com/yogeshpaliyal/KeyPass/blob/master/images/image4.png?raw=true" width="19%"/><img src ="https://github.com/yogeshpaliyal/KeyPass/blob/master/images/image5.png?raw=true" width="19%"/>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
## 🤩 Features
|
|
- [x] Complete Offline : No internet permission has been added
|
|
- [x] Open Source : Code is accessible to every one
|
|
- [x] Encrypted Backup and Restore
|
|
- [x] Dark Mode Support
|
|
- [x] Material Design 3
|
|
- [x] Screenshot Blocked
|
|
- [x] Authenticate with device credentials (pin, pattern, biometrics)
|
|
- [x] Auto Backup
|
|
- [x] TOTP
|
|
- [ ] Jetpack Compose
|
|
|
|
|
|
## 🛠️ Language, Tools & Frameworks Used
|
|
1. Kotlin
|
|
2. Cipher (For Backup encryption and decryption)
|
|
3. Material Design
|
|
4. MVVM architecture
|
|
5. LiveData & MutableLiveData
|
|
6. Room Database
|
|
7. Hilt (Dependency Injection)
|
|
8. Jetpack Data Store Preference
|
|
|
|
|
|
## Download Links
|
|
<a href='https://play.google.com/store/apps/details?id=com.yogeshpaliyal.keypass'><img align='center' height='55' src='./icons/google_play_badge.png'></a>
|
|
<a href='https://f-droid.org/en/packages/com.yogeshpaliyal.keypass/'><img align='center' alt='Get it on F-Droid' src='./icons/fdroid_badge.png' height="55"/></a>
|
|
|
|
|
|
```
|
|
MIT License
|
|
|
|
Copyright (c) 2021 Yogesh Choudhary Paliyal
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
```
|