mirror of
https://github.com/DarrylNixon/melamine.git
synced 2024-04-22 06:27:20 -07:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
<div align="center">
|
|
<img src="melamine.png" alt="melamine logo">
|
|
|
|
# melamine
|
|
|
|
**melamine** is a better file shredder
|
|
|
|
for linux<br/>
|
|
|
|
[Installation](#installation) •
|
|
[Example](#example) •
|
|
[Contributing](#contributing) •
|
|
[License](#license)
|
|
</div>
|
|
|
|
## Installation
|
|
|
|
todo
|
|
|
|
```bash
|
|
sudo apt install --yes --no-install-recommends build-essential python3-dev libzfslinux-dev && \
|
|
sudo pip3 install Cython && \
|
|
git clone https://github.com/truenas/py-libzfs && pushd py-libzfs && \
|
|
./configure --prefix=/usr && sudo make install && popd && \
|
|
git clone https://sillyhats.mips.uk/pdf/melamine && pushd melamine && \
|
|
python3 -m pip install .
|
|
```
|
|
|
|
## Example
|
|
|
|
todo
|
|
|
|
## Contributing
|
|
|
|
If you would like to contribute to this project, feel free to submit a pull request or open an issue on GitHub.
|
|
|
|
This tool was written as part of my coursework for CSC 842 - Security Tool Development at Dakota State University. Consequently, I may choose not to maintain this tool beyond the length of the course, but have selected a license that enables open contributions in any case.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License. See the `LICENSE` file for details.
|