Metadata-Version: 1.1
Name: BaseHash
Version: 1.0.5
Summary: Reversible obfuscated identifier hashes to a given base and length.
Home-page: http://bnlucas.github.io/python-basehash
Author: Nathan Lucas
Author-email: nathan@bnlucas.com
License: UNKNOWN
Download-URL: https://github.com/bnlucas/python-basehash/archive/master.zip
Description: 
        BaseHash - Reversible obfuscated identifier hashing.
        ----------------------------------------------------
        
        BaseHash comes with multiple base hashing packages, and is also extendible. use
        this package to quickly hash integers to a given base and length.
        
        - Base36, Base52, Base56, Base58, Base62, Base94.
        - Extend with ease.
        - Relies on primes base^len, example: base62 hash, 6 digits, uses
          (62 ** 6) * 1.618033988749894848, finds next highest prime.
        
Keywords: base,encoding,hash,hashing,security
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
