Don't work Sha-1(base-64)
#6
You have to convert it to HEX, not to binary. For example, go to this site: http://x00.co/~tools/ and choose "Base64 decode to hex". With your hash, it will result an 64 byte string, which is usually SHA256 not SHA1.


Messages In This Thread
Don't work Sha-1(base-64) - by Pacify - 01-18-2012, 08:55 PM
RE: Don't work Sha-1(base-64) - by undeath - 01-18-2012, 10:03 PM
RE: Don't work Sha-1(base-64) - by Pacify - 01-18-2012, 10:54 PM
RE: Don't work Sha-1(base-64) - by chort - 01-19-2012, 12:59 AM
RE: Don't work Sha-1(base-64) - by Pacify - 01-19-2012, 01:14 AM
RE: Don't work Sha-1(base-64) - by atom - 01-19-2012, 07:27 AM
RE: Don't work Sha-1(base-64) - by Pacify - 01-19-2012, 03:16 PM