0perator Posted June 19, 2008 Share Posted June 19, 2008 i know this isn't PHP, but what is this encrypted in? f21a84e7 Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/ Share on other sites More sharing options...
stublackett Posted June 19, 2008 Share Posted June 19, 2008 Could be md5 Not too sure, What was it copied from?? Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569084 Share on other sites More sharing options...
0perator Posted June 19, 2008 Author Share Posted June 19, 2008 nah, it is not md5, that gives a 32 character result. i got it from a certain sites database that i shall not disclose. Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569087 Share on other sites More sharing options...
beboo002 Posted June 19, 2008 Share Posted June 19, 2008 I think it hexadecimal becouse its not md5 or RFC 1321 Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569090 Share on other sites More sharing options...
waynew Posted June 19, 2008 Share Posted June 19, 2008 It's sha1 x 5 Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569097 Share on other sites More sharing options...
beboo002 Posted June 19, 2008 Share Posted June 19, 2008 It's sha1 x 5 If the optional raw_output is set to TRUE, then the sha1 digest is instead returned in raw binary format with a length of 20, otherwise the returned value is a 40-character hexadecimal number. Defaults to FALSE. Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569107 Share on other sites More sharing options...
.josh Posted June 19, 2008 Share Posted June 19, 2008 i know this isn't PHP, but what is this encrypted in? f21a84e7 If you know it's not PHP, then why are you posting in the php help forum? moved. As for your question. The short answer is: nothing. No official or self respecting encryption algorithm would have anything that small. If it is indeed an encryption algorithm, it's just a simple homemade one. If I had to put my chips on something, I'd say it's just the result of a random password generator. Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569124 Share on other sites More sharing options...
Daniel0 Posted June 19, 2008 Share Posted June 19, 2008 Could also be a simple shifting/rotation cipher. Chances are many. In what context did it appear? Quote Link to comment https://forums.phpfreaks.com/topic/110930-encryption/#findComment-569151 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.