del_lib 0.1.0

securely deletes a file by overwriting its content with cryptographic shredding and then securely deletes the file itself
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.filetime]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.ring]
version = "0.16"

[package]
authors = ["ksm <hw107744@gmail.com>"]
description = "securely deletes a file by overwriting its content with cryptographic shredding and then securely deletes the file itself"
edition = "2021"
license-file = "LICENSE.txt"
name = "del_lib"
readme = "README.md"
repository = "https://github.com/codemanfreecodes/del_lib"
version = "0.1.0"