I have some text that I need to decode. I think it was encoded with Java:
quVv2gRYss6
It looks like they just switched the letter character numbers around (A+3) or something like that. Any ideas on how I can reverse engineer this?
Decoding Text
Started by Void, Feb 10 2007 09:24 AM
1 reply to this topic
#1
Posted 10 February 2007 - 09:24 AM
Void
|
|
|
#2
Posted 10 February 2007 - 09:57 AM
The language doesn't tell you much about the algorithm used to encode it. You can try a few standard decodings (Like Rot-13 or MIME), but it could just as easily be something rather devious, like using a 6 character key in DES then MIME encoding it.


Sign In
Create Account


Back to top









