Skip to content

Instantly share code, notes, and snippets.

@crashangelbr
Created October 11, 2020 11:01
Show Gist options
  • Save crashangelbr/88428ad1a053b8ec89323bae1a2f8e51 to your computer and use it in GitHub Desktop.
Save crashangelbr/88428ad1a053b8ec89323bae1a2f8e51 to your computer and use it in GitHub Desktop.
Wipe By AES
sudo openssl enc -aes-256-ctr -pass pass:"$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64)" -nosalt < /dev/zero > /dev/sd{x}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment