Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

Does anyone recognise this type of encryption? These are phone numbers consisting of 10 digits and starting with 0 but the encrypted text width is not 10 and does not start with the same character.

enter image description here

share|improve this question
Perhaps it's encrypted with a AES outputting a single block using ANSI (or similar) encoding. – CodesInChaos Mar 19 at 11:47

closed as off topic by fgrieu, Thomas, Maeher, CodesInChaos, Henrick Hellström Mar 19 at 12:43

Questions on Cryptography Stack Exchange are expected to relate to cryptography 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.

1 Answer

Try changing the character encoding to something more natural. Then try some of these.

share|improve this answer
It's possible no encryption was used at all and that the strings were somehow encoded (base64 or similar), and that you don't use the correct character encoding in your display. The fact that it's obfuscated doesn't mean it's encrypted. – rath Mar 19 at 11:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.