I've got a file of data from a prototype hardware RNG, however, for some reason it's producing a lot of 0x00 bytes. I want to delete all of these 0x00 bytes so I can test if the rest of the data is random.
How would I go about doing this in the terminal?
0x00bytes are not random? How are you creating/writing that file?