Name | Modified | Size | Downloads / Week |
---|---|---|---|
gost-shred_win32.zip | 2021-11-04 | 699.7 kB | |
gost-shred_linux-x86.zip | 2021-11-04 | 671.7 kB | |
gost-shred_linux-amd64.zip | 2021-11-04 | 701.1 kB | |
gost-shred_linux-armel.zip | 2021-11-04 | 659.7 kB | |
README.md | 2021-11-04 | 1.3 kB | |
Totals: 5 Items | 2.7 MB | 0 |
gost-shred
Package shred is a golang library to mimic the functionality of the linux shred
command, modified to fulfil GOST R 50739-95 Data Sanitization Method requisites. See https://github.com/pedroalbanese/gosttk.
The algorithm carries out one overwriting cycle using pseudo-random numbers and protects the data from recovery by common tools. This algorithm corresponds to protection class 2 (out of 6), according to the Russian State Technical Commission classification.
Usage
GOST R 50739-95 Data Sanitization Method - ALBANESE Lab (c) 2020-2021 Usage: gost-shred [-r] [-i N] -t <file.ext> -i int Iterations. (default 3) -r Remove file(s) afterwards. -t string Target file, directory or wildcard.
License
This project is licensed under the ISC License.