https://github.com/unosd/passwordmanager
.NET Core cross platform password manager
https://github.com/unosd/passwordmanager
aes asp-net-core cross-platform csharp firefox firefox-extension hmac hmac-authentication netcore password-manager wpf
Last synced: 3 months ago
JSON representation
.NET Core cross platform password manager
- Host: GitHub
- URL: https://github.com/unosd/passwordmanager
- Owner: UnoSD
- License: gpl-3.0
- Created: 2017-02-23T22:00:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T11:53:17.000Z (over 7 years ago)
- Last Synced: 2025-04-19T08:11:52.884Z (about 1 year ago)
- Topics: aes, asp-net-core, cross-platform, csharp, firefox, firefox-extension, hmac, hmac-authentication, netcore, password-manager, wpf
- Language: C#
- Homepage:
- Size: 270 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasswordManager
.NET Core cross platform password manager
## Features
* ASP.NET Core Kestrel web server for reading/writing secrets through web API
* Hmac SHA512 for web API
* WebExtension to set credentials in browser pages (tested with Chrome and Firefox)
* WPF client (Windows only)
* SecureString in memory (partially, WIP)
* AES security for storage
Requires generation of a self signed certificate (pfx) to add in the WebServer project root.