An open API service indexing awesome lists of open source software.

https://github.com/snakypy/abyss

:snake: :package: Abyss is a toolkit for encrypting data and erasing data from certain directories.
https://github.com/snakypy/abyss

abyss snakypy

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Abyss

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

## Requirements

* python (v3.9 or recent)
* pip (v20.0 or recent)
* [encfs](https://vgough.github.io/encfs/)
* shred (Built-in Linux)
* find (Built-in Linux)

## Install

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

## Usage

```shell
abyss -h
```
## Uninstall

```shell
pip uninstall snakypy-abyss
```

## License

The project is available as open source under the terms of the [MIT License](https://github.com/snakypy/abyss/blob/master/LICENSE) ©

## Credits

See, [AUTHOR](https://github.com/snakypy/abyss/blob/master/AUTHORS.rst).