Advertising
advertising
related pastes to tag 'hash'
- 2093891 - gost_r_34.11-94.js: javascript hash gost_r_34.11-94
-
- /**
- * Javascript GOST R 34.11-94 hash function implementation.
- * Based on C-code by Alexei Kravchenko and Markku-Juhani Saarinen
- * and Utf8 class by Chris Veness.
- *
- * Usage: gosthash("<string>") returns a hash-string.
- * Alexander Okrugin (November, 11, 2011)
- */
- 2093815 - gost_r_34.11-94.js: javascript hash gost_r_34.11-94
-
- /**
- * Javascript GOST R 34.11-94 hash function implementation.
- * Based on C-code by Alexei Kravchenko and Markku-Juhani Saarinen
- * and Utf8 class by Chris Veness.
- *
- * Usage: gosthash("<string>") returns a hash-string.
- * Alexander Okrugin (November, 11, 2011)
- */
- 1855056 - Password hashes: hash password
-
- 004 CRC-16: a8b6
- 004 CRC-16-CCITT: aeb5
- 004 FCS-16: 9e25
- 008 ADLER32: 27014d02
- 008 CRC-32: 73bb8c64
- 008 CRC-32B: c2412435
- 008 GHash-32-3: 00002286
- 008 GHash-32-5: 0001a9a6
- 951241 - SHA-256 hash function: c hash function bits sha-256 256bits 256
-
- /*
- * An implementation of the SHA-256 hash function, this is endian neutral
- * so should work just about anywhere.
- *
- * This code works much like the MD5 code provided by RSA. You sha_init()
- * a "sha_state" then sha_process() the bytes you want and sha_done() to get
- * the output.
- *
- 948076 - SHA-256 hash function: c hash function bits sha-256 256bits 256
-
- /*
- * An implementation of the SHA-256 hash function, this is endian neutral
- * so should work just about anywhere.
- *
- * This code works much like the MD5 code provided by RSA. You sha_init()
- * a "sha_state" then sha_process() the bytes you want and sha_done() to get
- * the output.
- *