so it takes an input in and hashes it via hashlib. so we go…

Twetch ·

so it takes an input in and hashes it via hashlib. so we gotta find a way to either rainbow table sha256 to get the same hash or make hashlib accept an existing hash object

i dont think the seed is that important tho