Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Security

    bcryptWrap 1.0-5

    Download button

    No screenshots available
    Downloads: 547  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jonas Melian | More programs
    BSD License / FREE
    December 18th, 2008, 20:11 GMT
    ROOT / Security

     Read user reviews (0)  Refer to a friend  Subscribe

    bcryptWrap description

    Python wrapper for bcrypt, a password-hashing algorithm used in OpenBSD.

    Bcrypt is an implementation of a modern password hashing algorithm, based on the Blowfish block cipher, by David Mazieres and Niels Provos. It has been the default password scheme since OpenBSD 2.1.

    A paper on the algorithm that explains its design decisions is available here: http://www.usenix.org/events/usenix99/provos.html

    The most important property of bcrypt is that it is adaptable to future processor performance improvements, allowing you to arbitrarily increase the processing cost of checking a password while still maintaining compatibility with your older password hashes.

    This package provides a high level object oriented wrapper around bcrypt, as well as low level bindings to the C library. It requires Python 2.4 because it uses the random number generator random.SystemRandom() to create the salts.

    The API is so simple:

    >>> from bcrypt_wrap import password

    >>> bc_pass = password.Password()
    >>> hash = bc_pass.create('crack my pass')

    >>> bc_pass.valid('crack my pass', hash)
    True



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    password-hashing algorithm | bcrypt wrapper | password | hashing | algorithm

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM