3 skills found
nuncan / Wifite2modRolling Release Branch for community PR's @Credits to derv82 & the community
AurelioDeRosa / Audero MD5 Rainbow TableAudero MD5 Rainbow Table is a precomputed table, made of 11.110.097 entries, for reversing strings encrypted using the MD5 hash function.
liinnux / RainbowtableA rainbow table is a precomputed table for reversing cryptographic hash functions, usually for cracking password hashes. Tables are usually used in recovering a plaintext password up to a certain length consisting of a limited set of characters. It is a practical example of a space/time trade-off, using less computer processing time and more storage than a brute-force attack which calculates a hash on every attempt, but more processing time and less storage than a simple lookup table with one entry per hash. Use of a key derivation function that employs a salt makes this attack infeasible.