Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 453 Bytes

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.