bucket_pie

A simple yet powerful hashing algorithm.
Built for the MFN_EXG (repository becoming public soon)
Supported characters:
a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, {, }, (space), (comma)
Use:
import bucket_pie as bp
bp.chash(i)
# encrypts the string and returns two lists when i is a string containing the supported characters.
bp.dhash(a, b)
# decrypts the two lists and returns a string when a is the first list returned by bp.chash(), and b is the second list returned by bp.chash()