Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamfoneil/credmanager2

A winforms password manager using SQL Server Compact Edition
https://github.com/adamfoneil/credmanager2

password-manager sqlce winforms

Last synced: 12 days ago
JSON representation

A winforms password manager using SQL Server Compact Edition

Awesome Lists containing this project

README

        

There are plenty of fine personal password managers out there, and there's no particular reason to use this. I like learning from challenges like this, and use it to prove out various techniques and as a reason to keep improving other my libraries, in particular [WinForms.Library](https://github.com/adamosoftware/WinForms.Library) and [Postulate for SQL Server Compact Edition](https://github.com/adamosoftware/Postulate/tree/master/Postulate.SqlCe).

This is an overhaul of a previous effort [CredManagerWinForms](https://github.com/adamosoftware/CredManagerWinForms) that I've stopped working on. This version brings several UI and data access improvements. The encryption is still the same, using SQL Server Compact Edition's native encryption.

![img](https://adamosoftware.blob.core.windows.net:443/images/CredManager2.png)