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

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

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.