Skip to content

A command line tool to edit text files encrypted with GnuPG while preventing the plaintext from being written to the hard drive.

License

Notifications You must be signed in to change notification settings

Matt-Deacalion/Mikla

Repository files navigation

Mikla

A command line tool to edit text files encrypted with GnuPG while keeping the decrypted plaintext solely in RAM and off the hard drive. Preventing the plaintext from being recovered. This is achieved using the POSIX shared memory API.

Installation

You can install Mikla using pip:

$ pip install mikla

Usage

Use the mikla command to run Mikla:

$ mikla --help

Usage:
  mikla [--editor=<editor>] [--tmpfs=<path>] <encrypted-file>
  mikla (-h | --help | --version)

Options:
  --version                   show program's version number and exit.
  -h, --help                  show this help message and exit.
  -e, --editor=<editor>       specify the editor to use [default: $EDITOR].
  -t, --tmpfs=<path>          the path to a temporary file system [default: /dev/shm].

License

Copyright © 2017 Matt Deacalion Stevens, released under The MIT License.

About

A command line tool to edit text files encrypted with GnuPG while preventing the plaintext from being written to the hard drive.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages