Files
modernkeepass/README.md

48 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2017-11-15 09:35:57 +00:00
[<img src="https://geogeob.visualstudio.com/_apis/public/build/definitions/04291454-0e79-47a4-9502-5bd374804ccf/2/badge"/>](https://geogeob.visualstudio.com/_apis/public/build/index?definitionId=2)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ModernKeePass&metric=alert_status)](https://sonarcloud.io/dashboard?id=ModernKeePass)
2017-11-15 09:35:57 +00:00
2017-09-13 13:57:59 +00:00
# Introduction
2017-11-09 11:08:46 +00:00
**ModernKeePass** is port of the classic Windows application KeePass 2.x for the Windows Store.
It does not aim to be feature perfect, but aims at being simple to use and user-friendly.
2017-09-13 13:57:59 +00:00
2018-07-20 17:49:22 +02:00
You can get it [here](https://www.microsoft.com/en-us/store/p/modernkeepass/9mwq48zk8nhv?rtc=1)
2017-11-09 11:08:46 +00:00
# Features
2017-11-09 12:43:41 +00:00
- Works on Windows 10, 8.1 and RT
2018-09-10 17:29:52 +02:00
- Full compatibility with classic KeePass databases: read and write support of KDBX files version 2, 3 and 4
2017-11-09 11:08:46 +00:00
- Open database with password and key file
- Create new databases
2018-07-20 17:49:22 +02:00
- Create new key files
- Create, edit and delete groups and entries
2017-11-09 11:08:46 +00:00
- Generate passwords for entries
- Use Recycle Bin
- Search entries
2018-07-20 17:49:22 +02:00
- Sort and reorder entries
- View, delete and restore from entry history
2017-11-09 11:08:46 +00:00
- Use Semantic Zoom to see your entries in a grouped mode
- List recently opened databases
- Open a database from Windows Explorer
2017-11-09 11:08:46 +00:00
- Change database encryption
- Change database compression
- Change database key derivation
2018-07-20 17:49:22 +02:00
- Displays and change entry colors and icons
- Move entries and groups from a group to another
- Entry custom fields (view, add, update, delete)
- Entry attachments (view, add, delete)
2017-09-13 13:57:59 +00:00
# Build and Test
2017-11-09 11:08:46 +00:00
1. Clone the repository
2. Build the main app (the library reference dll is actually a NuGet dependency, built from the [**ModernKeePassLib** project](https://github.com/wismna/ModernKeePassLib))
2017-11-14 17:30:37 +00:00
3. Edit the `.appxmanifest` file to select another certificate (you can create one using Visual Studio or *certutil.exe*)
2017-09-13 13:57:59 +00:00
# Contribute
2017-11-09 11:08:46 +00:00
I'm not the best at creating nice assets, so if anyone would like to contribute some nice icons, it would be awesome :)
Otherwise, there are still many things left to implement:
- Multi entry selection (for delete, or move)
- Import existing data from CSV, JSON, or XML
2017-11-09 11:08:46 +00:00
- Open database from URL (and maybe some clouds?)
2017-11-08 16:49:39 +01:00
2017-11-09 11:08:46 +00:00
# Credits
*Dominik Reichl* for the [KeePass application](https://keepass.info/), library and file format
*David Lechner* for his [PCL adapatation](https://github.com/dlech/KeePass2PCL) of the KeePass Library and the related tests which served as an inspiration basis for my own adaptation