http://giggles.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/tutorial/encrypt-pendrive.html
[ Step 1 - Overwrite Everything(optional) ]
We are going to overwrite the contents of our pendrive with random bytes, this step is optional but it dont hurts and will also prevent someone to restore old files or previous metadata from your pendrive, for this we will be using /dev/urandom as the source of random bytes and dd command to write the bytes to our device as follows sh-5.1 # dd if=/dev/urandom of=/dev/sdb bs=4096 status=progress 15469187072 bytes (15 GB, 14 GiB) copied, 1787 s,...