Skip to content

OlibKey - Cross-platform, modern, open source password manager

License

Notifications You must be signed in to change notification settings

Onebeld/OlibKey

Repository files navigation

OlibKey

OlibKey

GitHub release (latest by date) GitHub

image

OlibKey is a program for storing passwords and other data in encrypted form as a separate file called a vault (password manager).

This program must support AOT compilation.

Features

  • Strong AES-256 encryption with salt;
  • Smart search by element;
  • Grouping items by tags;
  • Two-factor authentication;
  • Markdown support;
  • Creating custom sections with their own data for each item;
  • Attaching files and images.

Build

You must clone this repository and open the project solution. Now you can compile it and run it.

To compile with AOT, the command must be entered in the OlibKey project folder:

dotnet publish -r <platform> -c Release