Skip to main content

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

Project description

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. If you have no available memory, Mikla will not work.

Currently, only works in Python 3.5.

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 © 2015 Matt Deacalion Stevens, released under The MIT License.

Project details


Download files

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

Source Distribution

mikla-0.2.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

mikla-0.2.1-py2.py3-none-any.whl (5.9 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