Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 697 Bytes

File metadata and controls

29 lines (21 loc) · 697 Bytes

RandFill

Overwrite files with cryptographically secure random data

Usage: randfill [OPTIONS] <TARGETS>...

Arguments:
  <TARGETS>...  

Options:
  -t, --threads <THREADS>  [default: 0]
  -v, --verbose            
      --urandom            
      --dry-run            Simulate operation without writing data
  -h, --help               Print help
  -V, --version            Print version

Build

cargo build --release

Download

You can go to GitHub Actions to download the latest CI build

or Releases for stable build