-
One very easy method is to XOR every byte against either a fixed one or an entered
key, like this:uint8_t byte(readItFromDisc());
byte^=0x34; // Insert key here
writeOut(byte);When you a […]
-
This depends on which Mac OS version you are using, but in the version I have, I can select a file, choose Get Info from the File menu, and under the General section, look for the check box marked Locked. Un […]