{ "info": { "author": "Nathan Lucas", "author_email": "bnlucas@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "Copyright 2013-2019 Nathan Lucas\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\nDescription: # BaseHash\n \n [![Build Status](https://travis-ci.org/bnlucas/python-basehash.png?branch=master)](https://travis-ci.org/bnlucas/python-basehash)\n \n BaseHash is a small library for creating reversible obfuscated identifier hashes\n to a given base and length. The project is based on the GO library, [PseudoCrypt][pc]\n by [Kevin Burns][kb]. The library is extendible to use custom alphabets and other\n bases.\n \n The library uses golden primes and the [Baillie-PSW][bp] primality test or the\n `gmpy2.is_prime` (if available) for hashing to `maximum` length (`base ** length - 1`).\n \n ## v3.0.5\n \n A massive overhaul was done with the primality algorithms. Including support for\n [gmpy2][gmp] if it available on the system for that much more of an increase.\n \n All methods being used to check primality in `primes.py` have been optimized and\n benchmarked to try to get the best possible preformance when `gmpy2.is_prime`\n and `gmpy2.next_prime` are not available.\n \n \n ## Install\n \n ```\n pip install basehash\n ```\n \n ## Testing\n \n ```\n nosetests tests/\n ```\n \n [pc]: https://github.com/KevBurnsJr/pseudocrypt\n [kb]: https://github.com/KevBurnsJr\n [bp]: http://en.wikipedia.org/wiki/Baillie-PSW_primality_test\n [gmp]: https://gmpy2.readthedocs.org/\n \nKeywords: base,encoding,hash,hashing,security\nPlatform: UNKNOWN\nClassifier: Development Status :: 5 - Production/Stable\nClassifier: Programming Language :: Python\nClassifier: License :: OSI Approved :: Apache Software License\nClassifier: Intended Audience :: Developers\nClassifier: Operating System :: OS Independent\nClassifier: Topic :: Scientific/Engineering :: Mathematics\nClassifier: Topic :: Security\nClassifier: Topic :: Software Development :: Libraries :: Python Modules\nClassifier: Topic :: Utilities\nDescription-Content-Type: text/markdown\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bnlucas.github.io/python-basehash", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "BaseHash", "package_url": "https://pypi.org/project/BaseHash/", "platform": "", "project_url": "https://pypi.org/project/BaseHash/", "project_urls": { "Homepage": "http://bnlucas.github.io/python-basehash" }, "release_url": "https://pypi.org/project/BaseHash/3.0.8/", "requires_dist": null, "requires_python": "", "summary": "Reversible obfuscated identifier hashes.", "version": "3.0.8" }, "last_serial": 5871387, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "f001508a24846b7c94623a94d8780ceb", "sha256": "6277e289d93d271044cdeb8231d578c9498278dfd82a87a19eba9eaa535cbc08" }, "downloads": -1, "filename": "BaseHash-1.0.5.zip", "has_sig": false, "md5_digest": "f001508a24846b7c94623a94d8780ceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6576, "upload_time": "2013-06-28T09:35:22", "url": "https://files.pythonhosted.org/packages/9b/06/35e20d0937ad1c9a2e9f168b8ba0756b51197790c709c4cc111d4520f1d4/BaseHash-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "d0dffe4b5dceacd255e81e5372c9de3f", "sha256": "139c076667224bd2616787e9d2caab6856722f9cc1e56af6c4f54a008d2d3d40" }, "downloads": -1, "filename": "BaseHash-1.0.6.zip", "has_sig": false, "md5_digest": "d0dffe4b5dceacd255e81e5372c9de3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18524, "upload_time": "2013-06-30T02:43:33", "url": "https://files.pythonhosted.org/packages/ce/15/99b5239e086eb21d00e3a1fb42d3ee521503e76ac24f9e6875c565b30033/BaseHash-1.0.6.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "4d1a8a0757bdeb7dd6ae6aac9976c7f7", "sha256": "de077fc8bfc816c8a31c453ae08b4f263a6edd8aa6616b3e8be74970e3db029c" }, "downloads": -1, "filename": "BaseHash-1.0.7.zip", "has_sig": false, "md5_digest": "4d1a8a0757bdeb7dd6ae6aac9976c7f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19327, "upload_time": "2013-07-06T18:39:26", "url": "https://files.pythonhosted.org/packages/41/70/643bf8502682da07c68b5c214f8ac3edcdf2464559c3c61e9e5b135338f3/BaseHash-1.0.7.zip" } ], "1.0.7.1": [ { "comment_text": "", "digests": { "md5": "a69935f715988864c5428989305e9818", "sha256": "9f128804d513d6423571905009a6b4762923b7300f399672263bf292534375d9" }, "downloads": -1, "filename": "BaseHash-1.0.7.1.zip", "has_sig": false, "md5_digest": "a69935f715988864c5428989305e9818", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19446, "upload_time": "2013-07-06T22:07:41", "url": "https://files.pythonhosted.org/packages/91/7e/38a908e1e03e719835dffb303fc6ec49bb24e055ca3b02dbdf912427cc46/BaseHash-1.0.7.1.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "88d979b318ae10dfee499a912e79c83a", "sha256": "cf8bb987088d4eec6b2c0beb9a2bef5d2f503bc37db37df945d797311358412a" }, "downloads": -1, "filename": "BaseHash-2.0.0.zip", "has_sig": false, "md5_digest": "88d979b318ae10dfee499a912e79c83a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18664, "upload_time": "2013-07-07T23:29:28", "url": "https://files.pythonhosted.org/packages/79/0c/50e6df0422000992af5f9143e10b1271203567214badb3bd80876eb2cc15/BaseHash-2.0.0.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "6a64466cda35d5ba32ae2f27ca06b439", "sha256": "5e66d21f856a3d2c8f7984ffdb639ab41769d563a22dd377f4c33fd1e5954648" }, "downloads": -1, "filename": "BaseHash-2.0.2.zip", "has_sig": false, "md5_digest": "6a64466cda35d5ba32ae2f27ca06b439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18017, "upload_time": "2013-07-11T05:38:08", "url": "https://files.pythonhosted.org/packages/1a/bb/0bf626c9a1da49c6e13b76163befe121086663a056bdd06000ea8ad2666a/BaseHash-2.0.2.zip" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "28d4f2d6c093b1ba4e04b65c1958ede5", "sha256": "ecd31c13b47c50df54bb05f3ddaafc171cd4f72a5732d98241283028f79d27b5" }, "downloads": -1, "filename": "BaseHash-2.1.0.zip", "has_sig": false, "md5_digest": "28d4f2d6c093b1ba4e04b65c1958ede5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18998, "upload_time": "2013-07-25T05:54:21", "url": "https://files.pythonhosted.org/packages/7a/92/d982c48cf41bc15b61b12323638601de11941a3f15fb6002050c94ba8251/BaseHash-2.1.0.zip" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "57befcfbbafb30e315b3c5bd1379b087", "sha256": "0e64d1b33d424cab970cc8b92ff1cc8bfd76de7b841e0de375993c9d3e9bafaa" }, "downloads": -1, "filename": "BaseHash-2.2.1.zip", "has_sig": false, "md5_digest": "57befcfbbafb30e315b3c5bd1379b087", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11931, "upload_time": "2015-05-30T08:45:27", "url": "https://files.pythonhosted.org/packages/bd/bd/ebb635630498363c5c3caaf4f90e84f7fe1b5382f02311cb1bacfba4d300/BaseHash-2.2.1.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "7b5a91c1ce5e8ecf5898848079692dcb", "sha256": "a1548a54650d15c5b0721ce7bbf89dbdeedee817a3d21297805c163dd61debfe" }, "downloads": -1, "filename": "BaseHash-3.0.0.zip", "has_sig": false, "md5_digest": "7b5a91c1ce5e8ecf5898848079692dcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12416, "upload_time": "2015-06-19T09:01:14", "url": "https://files.pythonhosted.org/packages/38/26/485b661654ef934616665a8ee12ea77ff286bc013211e0fa8c4c1b29de94/BaseHash-3.0.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "f5a59adfab2ff5ee96331de6ccdd6ee8", "sha256": "15c0f4377aeddd74424c361fedf544cf0ee44164db788a3fdf834ca1d918be8e" }, "downloads": -1, "filename": "BaseHash-3.0.1.zip", "has_sig": false, "md5_digest": "f5a59adfab2ff5ee96331de6ccdd6ee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12476, "upload_time": "2015-06-19T09:07:19", "url": "https://files.pythonhosted.org/packages/f7/05/f1959c881d7cf40c77553ffc5aafcfbd4ddee94d5f93230a358cae4522fd/BaseHash-3.0.1.zip" } ], "3.0.2": [], "3.0.4": [ { "comment_text": "", "digests": { "md5": "38201cb32d9d267d67de8a1719138308", "sha256": "1da4f16e6b760bc00b37e544452d59659be5ab350a68ec35ccb542f6fee811e8" }, "downloads": -1, "filename": "BaseHash-3.0.4.zip", "has_sig": false, "md5_digest": "38201cb32d9d267d67de8a1719138308", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8041, "upload_time": "2015-10-16T18:51:19", "url": "https://files.pythonhosted.org/packages/fa/5b/9761a8a0ae3dc80dc3565282d40407761d6c0f30b650e173a661e06db532/BaseHash-3.0.4.zip" } ], "3.0.7": [ { "comment_text": "", "digests": { "md5": "06438ac00be7a8f1f0f6c32f7fb3060c", "sha256": "d17b73ed62491956a5e241f73f191607c64f2625928ba74263275fb64c7e2d42" }, "downloads": -1, "filename": "BaseHash-3.0.7.tar.gz", "has_sig": false, "md5_digest": "06438ac00be7a8f1f0f6c32f7fb3060c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5079, "upload_time": "2019-09-19T23:42:53", "url": "https://files.pythonhosted.org/packages/47/c6/6327bc29f5e0994574ec41279d536bbce90cc3f04be365da4713476ae7e7/BaseHash-3.0.7.tar.gz" } ], "3.0.8": [ { "comment_text": "", "digests": { "md5": "518fce026d5fad31f426f964c3b24262", "sha256": "b27b804b3cc4a187ee662ec9beb5c51a481fcb2e3031f8654127b528d61f46d8" }, "downloads": -1, "filename": "BaseHash-3.0.8.tar.gz", "has_sig": false, "md5_digest": "518fce026d5fad31f426f964c3b24262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5093, "upload_time": "2019-09-23T03:58:53", "url": "https://files.pythonhosted.org/packages/6d/cf/97e8b1e50c8fecee57b2ed7924ae48391800d88878f3a1ec97e8a3b2214d/BaseHash-3.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "518fce026d5fad31f426f964c3b24262", "sha256": "b27b804b3cc4a187ee662ec9beb5c51a481fcb2e3031f8654127b528d61f46d8" }, "downloads": -1, "filename": "BaseHash-3.0.8.tar.gz", "has_sig": false, "md5_digest": "518fce026d5fad31f426f964c3b24262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5093, "upload_time": "2019-09-23T03:58:53", "url": "https://files.pythonhosted.org/packages/6d/cf/97e8b1e50c8fecee57b2ed7924ae48391800d88878f3a1ec97e8a3b2214d/BaseHash-3.0.8.tar.gz" } ] }