python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SHA1 digest compare with String fingerprint in Swift
I have a string representation of web-site's fingerprint:
5D A8 E2 8A F7 D7 82 65 40 14 8C 8A 3C 4B 37 49 CE A4 B2 42
Then I need to match it with the certificate's hash, which I'm using CryptoKit for...

Async-
Votes: 0
Answers: 1
How can I with Ruby check if SHA1 username, password and verifier/salt is correct?
I have a username, password and this verifier, salt. How can I check with Ruby that it's correct?
The docs/instructions I'm following is this:
https://www.azerothcore.org/wiki/account
My code atm look...
Emil Ståhl Myllyaho
Votes: 0
Answers: 1
why my code doesn't generate the same OTP like google authenticator?
someone know why this TOTP code doesn't generate the same OTP like google authenticator???
the SHA1-HASH function is working well, it's just the final OTP that dosen't generated correct. I tried to c...
daniel danino
Votes: 0
Answers: 1
Need SQL Server HASHBYTES SHA1 equivalent output in snowflake
I need a SQL Server equivalent Hashbytes SHA1 output from Snowflake
SQL Server:
select hashbytes('sha1',cast('214163915155286000' as varchar(18)))*1
or
select cast(hashbytes('sha1',cast('214163915155...
Beginner
Votes: 0
Answers: 2