PDA

View Full Version : Decoding an encoded number ??? help please


chamidilk
07-01-2009, 07:18 PM
I have a number which is encoded using 64-base ..
I was able to decode it ,but it did not give me the result what I expected .

This is the encoded number :-
ij0g1Vvr9qf1rDxfVSCVGw==

The decoded number should be 0602901179 .

can somebody help me with this issue ?
I got this encoded number from an access database ,I think it is important when decrypting this number .

chamidilk
07-01-2009, 07:28 PM
nobody knows

chamidilk
07-01-2009, 07:31 PM
or somebody can explain anything about MD# hashes ?
MD# - MD1 ,MD2 ,MD3 ,MD4 ,MD5

chamidilk
07-02-2009, 05:58 AM
kooo akuruth naddo

ac2000
07-02-2009, 06:15 AM
srry machanzz

Ranhiru
07-02-2009, 06:17 AM
Well MD5 does not have any method of transforming it back to the original value... dat is why MD5 is used to store passwords... so if a attacker gets hold of the all the passwords, he wont be able to read them or decrypt them back to the original...

Ranhiru
07-02-2009, 06:19 AM
There is a programming error most probably machan... because i used an online base 64 encoder to encode the number

the result was

MDYwMjkwMTE3OQ==

Here is the Decoder
http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/Default.aspx

Here is the Encoder
http://www.opinionatedgeek.com/dotnet/tools/Base64Encode/Default.aspx

chamidilk
07-02-2009, 06:14 PM
yes thats true

I am not sure that encoded text exactly has the number I posted here

but it contains that number

coolshano
07-02-2009, 06:19 PM
sorry...