Skip to content

ZERDICORP/PaED62_Hashing_Algorithm

Repository files navigation

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

About

A simple self-written version of the data hashing algorithm.

Topics

Resources

Stars

Watchers

Forks