sha1
Create a dovecot SHA1 digest using bash or python or some other linux command-line tool
Our dovecot and email server authenticate users using SHA1 digests. We can\'t really change the current digest because we have so many users and don\'t want to have to have them re-create all their pa[详细]
2023-01-28 06:47 分类:问答Compare two hex strings in Java?
I am implementing a simple DHT using the Chord protocol in Java. The details are not important but the thing I\'m stuck on is I need to hash strings and then see if one hashed string is \"less than\"[详细]
2023-01-27 03:09 分类:问答Please quickly check this PHP + SALT implementation - does not work?
Building on tutorials out there to implement a basic user sign up + log in system with salt. At the moment I\'m using this for the sign up stage:[详细]
2023-01-26 19:52 分类:问答C# to Ruby sha1 base64 encode
I\'m trying to replicate the Convert.ToBase64String() behavior in Ruby. Here is my C# code: var sha1 = new SHA1CryptoServiceProvider();[详细]
2023-01-25 09:31 分类:问答Please help identify multi-byte character encoding scheme on ASP Classic page
I\'m working with a 3rd party (Commidea.com) payment processing system and one of the parameters being sent along with the processing result is a \"signature\" field. This is used to provide a SHA1 ha[详细]
2023-01-25 03:38 分类:问答Erlang calculating HMAC-SHA1 example? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-25 02:41 分类:问答sha1WithRSAEncryption in Python
Can someone recommend a library for calculating SHA1WithRSAEncryption in Python? Context: I\'m trying to do some message authentication. I\'ve looked at PyXMLDSig, but it seemed to expect the certifi[详细]
2023-01-23 22:11 分类:问答Ruby way to generate a HMAC-SHA1 signature for OAuth
I\'m writing a small ruby program to play with Twitter over OAuth and have yet to find a right way to do the HMAC-SHA1 signature. So far, I messed around with[详细]
2023-01-23 10:52 分类:问答Count SHA1 of NSData
I need to count SHA1 checksum of NSData object. How c开发者_如何学编程an I do it? Thanks in advance!There is a SHA1 function in the openssl lib (link with -lcrypto linker option):[详细]
2023-01-23 10:04 分类:问答How do I convert a Bit Torrent info_hash (obtained from Wireshark) to a SHA1 hash
I\'m running Snort which detects some P2P activity, specifically the BitTorrent announce request. I see the HTTP GET /announce.php?info_hash=XXX... request and I\'m trying to convert this XXX into a p[详细]
2023-01-22 20:08 分类:问答