ptomb Welcome to ptomb’s documentation!

Full credit for the awesome “Tomb :: The Crypto Undertaker” application, which has inspired all of this work, belongs to the Dyne.org Foundation and the folks at http://www.dyne.org/software/tomb/

_images/sum.png

The intended scope of this project (which may be a while in the making due to schedule constraints from working full time, going to school full time, and trying to raise four children) is to port the zsh tomb script into Python in the form of:

  • A Python class for importing and scripting.
  • A shell for interactively working with tombs, keys, etc.
  • A command line utility.
  • And hopefully, a nice PySide GUI application.

Contents:

class tomb.Tomb
_have_shm()

Check availability of 1MB of SHM.

Returns:True if /dev/shm is available and greater than 1MB, False

otherwise.