All Projects → wismna → ModernKeePass

wismna / ModernKeePass

Licence: GPL-3.0 License
KDBX password manager for the Windows Store

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to ModernKeePass

XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (+62.07%)
Mutual labels:  xaml, uwp, windows-10, winrt
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+15948.28%)
Mutual labels:  xaml, uwp, mvvm, windows-10
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+8189.66%)
Mutual labels:  uwp, mvvm, windows-10, windows-8
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (+41.38%)
Mutual labels:  xaml, uwp, mvvm, windows-10
Cimbalino Toolkit
☕️ Cimbalino Toolkit
Stars: ✭ 117 (+303.45%)
Mutual labels:  xaml, uwp, windows-10
Win32Acrylic
Acrylic demo applications based on different technology stack
Stars: ✭ 35 (+20.69%)
Mutual labels:  xaml, uwp, winrt
Vanarsdel
VanArsdel Application UWP Sample
Stars: ✭ 126 (+334.48%)
Mutual labels:  xaml, uwp, windows-10
react-native-xaml
A React Native Windows library to use XAML / WinUI controls
Stars: ✭ 55 (+89.66%)
Mutual labels:  xaml, uwp, winrt
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (+3613.79%)
Mutual labels:  xaml, uwp, windows-10
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (+382.76%)
Mutual labels:  xaml, uwp, windows-10
Codehub
A UWP GitHub Client
Stars: ✭ 162 (+458.62%)
Mutual labels:  xaml, uwp, windows-10
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+1968.97%)
Mutual labels:  xaml, uwp, windows-10
Template10
Making Windows 10 apps great again
Stars: ✭ 1,420 (+4796.55%)
Mutual labels:  xaml, uwp, winrt
UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (+193.1%)
Mutual labels:  xaml, uwp, windows-10
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+52306.9%)
Mutual labels:  xaml, uwp, windows-10
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (+386.21%)
Mutual labels:  xaml, uwp, mvvm
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+16913.79%)
Mutual labels:  xaml, uwp, windows-10
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+651.72%)
Mutual labels:  xaml, uwp, mvvm
Quarrel
A UWP discord client
Stars: ✭ 238 (+720.69%)
Mutual labels:  xaml, uwp, windows-10
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (+62.07%)
Mutual labels:  xaml, uwp, windows-10

Quality Gate Status

Introduction

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.

You can get it here

Features

  • Works on Windows 10, 8.1 and RT
  • Full compatibility with classic KeePass databases: read and write support of KDBX files version 2, 3 and 4
  • Open database with password and key file
  • Create new databases
  • Create new key files
  • Create, edit and delete groups and entries
  • Generate passwords for entries
  • Use Recycle Bin
  • Search entries
  • Sort and reorder entries
  • View, delete and restore from entry history
  • Use Semantic Zoom to see your entries in a grouped mode
  • List recently opened databases
  • Open a database from Windows Explorer
  • Change database encryption
  • Change database compression
  • Change database key derivation
  • 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)

Build and Test

  1. Clone the repository
  2. Build the main app (the library reference dll is actually a NuGet dependency, built from the ModernKeePassLib project)
  3. Edit the .appxmanifest file to select another certificate (you can create one using Visual Studio or certutil.exe)

Contribute

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
  • Open database from URL (and maybe some clouds?)

Credits

Dominik Reichl for the KeePass application, library and file format
David Lechner for his PCL adapatation of the KeePass Library and the related tests which served as an inspiration basis for my own adaptation

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].