I made a simple hashing algorithm in python 27

Code:
#this is the initial password
password = "password"
import random
import math
#enter […]

Original post by DeaStL

Leave a Reply