Search Results
Post Author Forum Replies Views Posted [asc]
  Sad Thread: How to solve some strange hash of hack.chat
Post: RE: How to solve some strange hash of hack.chat

DanielG Wrote: (07-27-2022, 09:48 AM) -- This is not something hashcat can do. Also the first 6 bytes of base64 only gives you the first 4 bytes of the hash. So you lose 224 bits of info about the ha...
huolongguo10 hashcat 3 4,992 07-27-2022, 01:46 PM
  Sad Thread: How to solve some strange hash of hack.chat
Post: How to solve some strange hash of hack.chat

I have a hash algorithm: Code: -- const hash = (password) => {   const sha = crypto.createHash('sha256');   sha.update(password+SALT);   return sha.digest('base64').substr(0, 6); }; -- But i...
huolongguo10 hashcat 3 4,992 07-27-2022, 05:12 AM