Skip to main content

'Cross-platform library for generating smart passwords.'

Project description

Smart Passwords Library v0.5.3


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


Short Description:

smartpasslib - Cross-platform library for generating smart passwords.

This library allows you to generate smart passwords. Smart passwords are passwords that are not stored anywhere, but are generated "on the fly". Examples of applications created using this unique technology:


Author and developer: A.A. Suvorov.


Supported:

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

What is news:

smartpasslib v0.5.3

  • Moving the library to the old "historical" repository
  • Minor improvements
  • Minor fixes

Help:

pip install smartpasslib

from smartpasslib import SmartPasswordMaster


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

smart_password_master = SmartPasswordMaster()

smart_password = smart_password_master.generate_smart_password(login=login, secret=secret, length=length)
smart_password2 = smart_password_master.generate_smart_password(login=login, secret=secret, length=length)

check_passwords = smart_password == smart_password2  # True

key = smart_password_master.generate_public_key(login, secret)

check_data = smart_password_master.check_public_key(login, secret, key) # True
check_data2 = smart_password_master.check_public_key(login, 'secret2', key) # False

Information for developers:

  • python setup.py sdist bdist_wheel
  • twine upload dist/*

***

    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.5.3.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

smartpasslib-0.5.3-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file smartpasslib-0.5.3.tar.gz.

File metadata

  • Download URL: smartpasslib-0.5.3.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for smartpasslib-0.5.3.tar.gz
Algorithm Hash digest
SHA256 ec773e71dac1ab61256f90115fbcaa02ac4efaa9d2d6f671da947f05745400ce
MD5 5d0c16d396ff859e8ec8c02af0e7eb99
BLAKE2b-256 d3e0096c1dc04f90713feb7e2a9b50de5fcd3286a820522bbb20f6576d02e0eb

See more details on using hashes here.

File details

Details for the file smartpasslib-0.5.3-py3-none-any.whl.

File metadata

File hashes

Hashes for smartpasslib-0.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 40da874493b1957e3a11409bce0d14c555e48f5cd3dd6e88e14b5dc854a090bd
MD5 ae1fc543e7be8a993d973dc7b6b26c75
BLAKE2b-256 5713b22737d9c51ee63076098e49d6670e322d040ba6ecca532f12162a71f696

See more details on using hashes here.

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