Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'hash'

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