ajkachnic / sfdp

Secure File Deletion Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to sfdp 👋

Version License: MIT Twitter: AndrewKachnic

Secure File Deleletion Protocol. A tool to delete files securely. The tool encrypts the target file with AES256 using cryptographically secure random keys. This encryption happens twice by default but can be specified. Following this encryption, the checksum of this file is computed and replaces the actaual file. After all of this, the file is deleted with a selected number of passes. This takes awhile.

Install

go get https://github.com/ajkachnic/sfdp.git

Author

👤 Andrew Kachnic

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Secure File Deletion Protocol