Skip to content

BaseHash - Reversible obfuscated identifier hashes.

Latest
Compare
Choose a tag to compare
@bnlucas bnlucas released this 13 Jul 06:51
· 40 commits to master since this release

BaseHash is a small library for creating reversible obfuscated identifier hashes
to a given base and length. The project is based on the GO library, PseudoCrypt
by Kevin Burns. The library is extendible to use custom alphabets and other
bases.

The library uses golden primes and the Baillie-PSW primality test for hashing
to n length. From testing, I have gotten base62 up to 171 in length.