Skip to main content

A Python wrapper and GUI application for Tomb

Project description

mausoleum.png

travis coveralls dependency codacy pypiversion pypistatus pythonversion pypiformat license

Mausoleum consists of a command line application and GUI application wrapped around Tomb (the Crypto Undertaker). Both applications were created with the intention of making it easier for users to interact with Tomb.

screenshot.png

Installation

As Mausoleum is purely a wrapper for Tomb, it requires Tomb to be installed locally. For Tomb installation details, please see: https://www.dyne.org/software/tomb/. The Mausoleum GUI application requires PyQt5 to be installed locally. For PyQt5 installation instructions, please visit: https://www.riverbankcomputing.com/software/pyqt/download5.

With your environment set, the following command may be used to install Mausoleum:

$  pip install mausoleum

If you would rather install from source, run:

$  git clone https://github.com/mandeep/Mausoleum.git
$  cd Mausoleum
$  python setup.py install

GUI Application

To run the GUI application, simply run the following command in a terminal:

$  mausoleum-gui

The command will open a new window that includes tabs that group Tomb functions into separate tabs. The ‘Create’ tab receives information needed to create a new tomb, the ‘Open’ tab allows the user to fill in information regarding the opening of an existing tomb, and the ‘Close’ tab lets the user close opened tombs.

Command Line Application

With Mausoleum installed, the command line application can be invoked with the following commands and arguments:

usage: mausoleum [options] command [arguments]

commands:
    construct               Dig, forge, and lock a new tomb
    enter                   Open an existing tomb
    alter                   Resize an existing tomb

positional arguments:
    name                    Name of the new or existing tomb
    size                    The size in megabytes for the new tomb
    key                     Name of the new or existing tomb key file

optional arguments:
    --open                  Used when wanting to open a tomb after creation

Example of creating a new tomb and opening it thereafter:

$  mausoleum construct --open secret.tomb 100
Password:
Repeat for confirmation:

Example of opening an existing tomb:

$  mausoleum enter secret.tomb
Password:

Wrapper

Mausoleum may be imported as a module as seen in the following example:

import mausoleum.wrapper


def batch_create_tombs(names, size, password):
    """Take a list of names and batch create tombs."""

    for name in names:
        key = '{}.key' .format(name)
        mausoleum.wrapper.dig_tomb(name, size)
        mausoleum.wrapper.forge_tomb(key, password)
        mausoleum.wrapper.lock_tomb(name, key, password)

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

mausoleum-0.2.4.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

mausoleum-0.2.4-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file mausoleum-0.2.4.tar.gz.

File metadata

  • Download URL: mausoleum-0.2.4.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mausoleum-0.2.4.tar.gz
Algorithm Hash digest
SHA256 6b591380edfff1aba3d822e03b8bad4db249b15e07f51be195df9a2d9c0926dc
MD5 5ac5798b9b9f0e5c8cca31723dd78acc
BLAKE2b-256 e9340758698d08dd0349b40886f0e129b5376d05235a1aa4be4fb9043016fbe0

See more details on using hashes here.

File details

Details for the file mausoleum-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mausoleum-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 14a8e5ce912b2b42ff39c5676f1b571e2c5452542317b985fe9be436e164b906
MD5 9de901ac4a45ec0a2cd8d28017d0ad9c
BLAKE2b-256 de50a8bdac0885d6c11c72700d336c3bcb8154c09354b29158e2cf5fc694262c

See more details on using hashes here.

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