Skip to main content

Encrypted notes

Project description

Encrypted notes.

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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

yuriko-0.0.2-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page