Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onebeld/olibkey
- Owner: Onebeld
- License: gpl-3.0
- Created: 2020-01-06T09:48:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T16:13:21.000Z (6 months ago)
- Last Synced: 2024-06-26T19:52:28.174Z (6 months ago)
- Topics: avalonia, avaloniaui, cross-platform, dotnet, modern, olib, olibkey, password-manager, program
- Language: C#
- Homepage:
- Size: 104 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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
```