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.
- Host: GitHub
- URL: https://github.com/snakypy/abyss
- Owner: snakypy
- License: mit
- Created: 2021-06-11T16:14:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T20:47:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T08:26:36.291Z (4 months ago)
- Topics: abyss, snakypy
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS.rst
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).