Rakee15

  •  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 […]

    Rakee15 posted an Answer 12 years ago on

  • 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 […]

    Rakee15 posted an Answer 12 years ago on