Popular Android Package Uses Just XOR -- and That's Not the Worst Part
siddesu writes A popular "encryption" package for Android that even charges a yearly subscription fee of $8 actually does nothing more than give a false sense of security to its users. Not only is the app using a worthless encryption method, it also uses weak keys and "encrypts" only a small portion of the files. One wonders how much snake oil flows through the app stores, from "battery savers" to "antivirus." What is the most worthless app purchase you made? Did you ask for a refund?
CTIA - "The Best App of CTIA by the Techlicious 2012 Best of CTIA Awards"
PC Magazine - "PC Magazine Best Apps"
TRUSTe - Received "TRUSTe Privacy Seal"
Global Mobile Internet Conference App Space - "A top 50 app"
Thanks, I will take a note to never trust these web site reviews.
If the key is as long as the message, XOR is not that weak.
Slashdot, fix the reply notifications... You won't get away with it...
you are modded funny, but the sad thing is your post is actually informative.
XOR is much much faster than your run-of-the-mill encryption algorithm.
OP and TFA are very misleading. XOR is not a "worthless" encryption method in itself... it all depends on how it is used.
For example, if used with a good quality key in a one-time pad, it is one of the few encryption methods that is even theoretically unbreakable.
But it does require a well-constructed key, and as with any one-time-pad scheme, key management is everything.