Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamfoneil/credmanager2
- Owner: adamfoneil
- Created: 2019-07-27T19:57:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T13:16:45.000Z (over 2 years ago)
- Last Synced: 2025-01-17T05:55:13.098Z (19 days ago)
- Topics: password-manager, sqlce, winforms
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)