jocke-l / obscura

Symmetric file encryption using Argon2-based passphrases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obscura

Example

$ obscura <(echo 'secret snowflake') > secret.enc
Password:
$ obscura -d secret.enc
Password:
secret snowflake

Install

pip

$ pip install obscura

Arch Linux

There is an AUR package available here: https://aur.archlinux.org/packages/obscura

If you do not know how to install AUR packages on Arch Linux, please consult the wiki

About

Symmetric file encryption using Argon2-based passphrases

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%