Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onebeld/olibkey

OlibKey - Cross-platform, modern, open source password manager
https://github.com/onebeld/olibkey

avalonia avaloniaui cross-platform dotnet modern olib olibkey password-manager program

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![OlibKey](https://github.com/Onebeld/OlibKey/assets/44552715/997852a1-52eb-4492-b533-cff7b8085ea1)
# OlibKey
![GitHub release (latest by date)](https://img.shields.io/github/v/release/MagnificentEagle/OlibPasswordManager) ![GitHub](https://img.shields.io/github/license/MagnificentEagle/OlibPasswordManager)

![image](https://github.com/Onebeld/OlibKey/assets/44552715/c6f78465-0e3a-4757-ba03-903e93ec3e04)

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:

```batch
dotnet publish -r -c Release
```