· 8 years ago · Jan 15, 2018, 04:08 AM
1hash = <some initial value> 2every x seconds do: 3 hash = hashfunction(hash + secret_key) 4 print hash