Hey, Was wondering if anyone can help me figure out what this string is encoded in: Encoded: XfJigr2fYlVja8SfxRQYtw== Decoded: 2192BF Thanks.
well it could be encoded multiple times and may be with adding some obfuscation. As you can see the original string is 2192BF 6-character hex i.e. base-16. The encoded string is BOTH larger base (upper/lower case + digits) AND longer. Normally when you extend the character set, the encoded string suppose to shrink and not to expand! So it might be encrypted not encoded after all.