PaED62 Hashing Algorithm PaED - Position and Element Dependent, 62 - length of hash. This algorithm uses a simple formula: OUTPUT [i] = (OUTPUT [i] * (i + 1) + INPUT [j] * (j + 1) % (126 - 33) + 33) In this repository you can find examples of this algorithm in 6 different languages. P.S. also, you can try it online: PaED62_online