Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Pypass 1.4.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • runmo
    Experienced Board Member
    • Jun 2010
    • 6123

    Pypass 1.4.3

    A free and easy to use password generator in Python

    Pypass is a free and easy to use, simple, cryptographically secure random password generator.

    Pypass is written in Python and Tkinter with the ability to also create passwords from a word list.

    Here are some key features of "Pypass":

    · 7 different password creation options (word list, ASCII printables, letters and digits, mixed case letters, lower case letters, digits only, and hexadecimal).
    · The ability to create a password from a word list so that it will be easier to remember.
    · Each password created is also accompanied by the corresponding MD5, SHA-1, SHA-256 and RIPEMD-160 hash.
    · The entropy (in bits) of the password is provided.
    · The time for a brute force attack to succeed against the generated password (using a regular GPU, a Cray XT5, and a theoretical supercomputer).
    · The ability to choose between a TRNG (/dev/random on Linux) or a PRNG (/dev/urandom) for password generation.

    Requirements:

    · Python

    link : http://mac.softpedia.com/progDownloa...oad-80711.html
    Attached Files
Working...