Skip to content
/ rmx Public

Military Grade file deletion software for Unix Systems

License

Notifications You must be signed in to change notification settings

oyamo/rmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmx : Military Grade Deletion

Usually when you delete a file using rm, It removes the pointer to the file system. However, the data can still be accessed by forensic/data recovery tools.

rmx Shreds your files/folders by overwriting them with multiple rounds of random data. It also removes the pointer to the file system. This makes it impossible to recover the data.

Installation

go install github.com/oyamo/rmx@latest
echo "export PATH=$PATH:/home/$USER/go/bin" >> ~/.bashrc

Screenshots

rmx

Progress

  • Delete files
  • Delete folders
  • Delete files in a folder
  • Delete files in a folder recursively
  • Delete files in a folder recursively with a regex pattern
  • Write random bytes to the file
  • Zero out the file
  • Randomize the file name
  • Update makefile to install the binary in /usr/local/bin
  • Add a progress bar
  • Create deb and rpm packages

About

Military Grade file deletion software for Unix Systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published