Skip to main content

'Cross-platform library for generating smart passwords.'

Project description

Smart Passwords Library v0.4.1


GitHub release (latest by date) PyPI - Downloads GitHub top language PyPI GitHub PyPI - Format


Short Description:

smartpasslib - Cross-platform library for generating smart passwords.


Author and developer: A.A Suvorov.


Supported:

  • Linux: All.
  • Windows: 7/8/10.
  • Termux (Android).

Requirements:

smartrandom - Random Data Generators.


Help:

pip install smartpasslib

from smartpasslib.generators import SmartPasswordMaster

login = 'login'
secret = 'secret'
length = 15

master = SmartPasswordMaster()

smart_password = master.get_smart_password(login=login, secret=secret, length=length)
smart_password2 = master.get_smart_password(login=login, secret=secret, length=length)
check_passwords = smart_password == smart_password2  # True

key = master.get_public_key(login, secret)

check_data = master.check_data(login, secret, key)

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2018-2024, A.A Suvorov
All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smartpasslib-0.4.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

smartpasslib-0.4.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page