md5 base64
#3
Wink 
thnx a lot Big Grin I didn't Know the commands to do it.
(01-31-2013, 06:09 AM)epixoip Wrote: just convert it from base64 to hex.

Code:
epixoip@ike:~$ echo -n 'Jj09tHmY/X6IT10P70zJ/w==' | base64 -d | xxd -g 0 -ps
263d3db47998fd7e884f5d0fef4cc9ff


Messages In This Thread
md5 base64 - by eljolot - 01-31-2013, 05:41 AM
RE: md5 base64 - by epixoip - 01-31-2013, 06:09 AM
RE: md5 base64 - by eljolot - 01-31-2013, 09:22 AM