evi

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2024 License: MIT Imports: 15 Imported by: 0

README

Evi - The encrypted editing layer

MIT License

Evi is a layer that sits inbetween encryption and your text editor to provide a seamless experience of instantaneous security while you write your documents.

When opening a file, it decrypts it using a user-specified key. The program then sends you over to your default text editor to easily edit the file. After you exit the editor, the file is then quickly secured with AES-256 encryption.

$ evi test.txt
:: Encryption key:
:: [d]etails
>> *******

$ echo "hello" > test.txt
$ cat test.txt
%,y^�X⏭5:��M��t���{43+�;2��D

Installation

[!WARNING] Losing your key will result in you not being able to decrypt your file.

Installing
Platform Command
Arch Linux yay -S evi
Go go install github.com/notwithering/evi@latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL