Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.17 KB

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