I look at ENG_ATOM 128 BIT and I did not find any explanation about this encryption. Simple question: is there anyone who knows about this encryption?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as off topic by GregS, Anna Lear♦ Jan 8 '12 at 4:33
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It's base 64, but with a different order of the characters. It's not encryption/decryption but encoding, basically some kind of fixed key substitution cipher scheme for base 64 that results in the same character set.
Posted this because the algorithm is not written anywhere on the web (fortunately). |
||||
|
|