Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.32 KB

README.rst

File metadata and controls

68 lines (43 loc) · 1.32 KB

Abyss

Abyss is a toolkit for encrypting data and erasing data from certain directories.

Requirements

To work correctly, you will first need:

  • python (v3.9 or recent) must be installed.
  • pip (v20.0 or recent) must be installed.
  • encfs
  • shred (Built-in Linux)
  • find (Built-in Linux)

Installing

Globally:

$ pip install git+https://github.com/snakypy/[email protected]

For the user:

$ pip install git+https://github.com/snakypy/[email protected] --user

Using

Access the official page of the project where you can find a description of use:

Homepage: https://github.com/snakypy/abyss

Uninstall

$ pip uninstall snakypy-abyss

License

The gem is available as open source under the terms of the MIT License ©

Credits

See, AUTHORS.

Links