معرفی شرکت ها


BaseHash-3.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Reversible obfuscated identifier hashes.
ویژگی مقدار
سیستم عامل -
نام فایل BaseHash-3.0.9
نام BaseHash
نسخه کتابخانه 3.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nathan Lucas
ایمیل نویسنده bnlucas@outlook.com
آدرس صفحه اصلی http://bnlucas.github.io/python-basehash
آدرس اینترنتی https://pypi.org/project/BaseHash/
مجوز Copyright 2013-2019 Nathan Lucas Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
# BaseHash [![Build Status](https://travis-ci.org/bnlucas/python-basehash.png?branch=master)](https://travis-ci.org/bnlucas/python-basehash) # *** DEPRECATED *** BaseHash is now deprecated and will no longer be maintained. [Obfuskey](https://github.com/bnlucas/obfuskey) has been created to replace it. A decision made when looking to modernize this utility. Obfuskey is only tested on python3.6 and higher, so if you're needing lower support, you can continue to use BaseHash. 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][pc] by [Kevin Burns][kb]. The library is extendible to use custom alphabets and other bases. The library uses golden primes and the [Baillie-PSW][bp] primality test or the `gmpy2.is_prime` (if available) for hashing to `maximum` length (`base ** length - 1`). ## v3.0.5 A massive overhaul was done with the primality algorithms. Including support for [gmpy2][gmp] if it available on the system for that much more of an increase. All methods being used to check primality in `primes.py` have been optimized and benchmarked to try to get the best possible preformance when `gmpy2.is_prime` and `gmpy2.next_prime` are not available. ## Install ``` pip install basehash ``` ## Testing ``` nosetests tests/ ``` [pc]: https://github.com/KevBurnsJr/pseudocrypt [kb]: https://github.com/KevBurnsJr [bp]: http://en.wikipedia.org/wiki/Baillie-PSW_primality_test [gmp]: https://gmpy2.readthedocs.org/


نحوه نصب


نصب پکیج whl BaseHash-3.0.9:

    pip install BaseHash-3.0.9.whl


نصب پکیج tar.gz BaseHash-3.0.9:

    pip install BaseHash-3.0.9.tar.gz