简体   繁体   English

这两个哈希的哈希算法是什么?

[英]Whats the hash algorithm of theses two hashes?

has someone an idea, which hash-algorithn was used for these two hashes: 有个主意,哈希算法用于这两个哈希:

  • $S$DjzC6BKx24dNLU4UPyiCGXo6bJ3rDYbQdf/waPOwE9X36592NiFi
  • $S$DDLj98cyEH3azm0QvZq4E59PuczniTbfXiftWf5ED2qtcZYW5MTm

It looks a bit salted, but i can not determine if the Salt is $S$ or rather $S$D , because i know only these two. 它看起来有点咸,但是我无法确定Salt是$S$还是$S$D ,因为我只知道这两个。 The length of these hashes without the substring $S$ would be 52. 没有子字符串$S$的这些哈希的长度为52。

  • If it was salted, it would not be as easy to spot the salt. 如果加了盐,发现盐就不那么容易了。
  • These are probably Base64 encoded. 这些可能是Base64编码的。 This means that 3 letters encode 2 bytes. 这意味着3个字母编码2个字节。 Since we have 51 letters apart from the prefix $S$D , it is divisable by 3. That makes 34 Bytes or 136 bits. 由于我们除前缀$S$D之外还有51个字母,因此可以将其除以3。即为34个字节或136位。
  • 136 bits are probably a hash function with 128 bits plus a CRC of 8 bits. 136位可能是具有128位加上8位CRC的哈希函数。 Problem is: There are only one gazillion 128 hash funktions out there. 问题是:那里只有一个gazillion 128哈希函数。 But I'd go with md5, since it is so commonly used. 但我会选择md5,因为它是如此常用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM