Hacker News new | ask | show | jobs
by KMnO4 2287 days ago
Even the most basic xor "encryption" would use virtually no power. Define a key and xor all data coming in with it. Given the slow refresh rate of these things, it would provide sufficient security against a bruteforce.
1 comments

Upload a file consisting of all zeroes (or any other known content for that matter) and now the contents of the screen is the secret used to XOR the input. Surely you meant something a bit more substantial?
You can check for a magic string after decryption and only update the screen if valid.
At this point you might as well just require a plaintext password to update the screen, and forget the XOR.