Skip to content

Instantly share code, notes, and snippets.

View aremcx's full-sized avatar
🎯
Focusing

Abdulwakil A aremcx

🎯
Focusing
  • Nigeria Postal Service
  • Nigeria
  • X @aremcx
View GitHub Profile

Hashcat Example hashes

Unless otherwise noted, the password for all example hashes is hashcat

Hash-Mode Hash-Name Example
0 MD5 8743b52063cd84097a65d1633f5c74f5
10 md5($pass.$salt) 01dfae6e5d4d90d9892622325959afbe:7050461
# a 2x3 array with random values
np.random.random((2, 3)) =
array([[0.60793904, 0.02881965, 0.73022145],
[0.34183628, 0.63274067, 0.07945224]])
# a 2x3 array of zeros
np.zeros((2, 3)) = array([[0., 0., 0.],[0., 0., 0.]])
# a 2x3 array of ones
np.zeros((2, 3)) = array([[1., 1., 1.], [1., 1., 1.]])
# a 2x3 array of ones