nanvel / yuriko

Encrypted notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yuriko

Encrypted notes.

DISCLAIMER: use it on your own risk, authors are not responsible for any vulnerability may lead to a leak of sensitive data or loss of data. Please make sure your password is strong enough.

Setup

pip install yuriko

Set environment variable YURIKO_DB_PATH to path to where the database will be located (it can be created with init if not exist).

One way is to use `~/.bash_profile`:

vim ~/.bash_profile
// add `export YURIKO_DB_PATH=/some/path`
source ~/.bash_profile

Also there is YURIKO_PASSWORD_SUFFIX environment variable. AES key = (password entered + YURIKO_PASSWORD_SUFFIX)[:16], so password to enter can be a bit shorter.

Usage

yuriko init
yuriko search <q prefix>
yuriko open <key>
yuriko del <key>
yuriko password <size>  # password generator

About

Encrypted notes

License:MIT License


Languages

Language:Python 100.0%