PassGen

Simple secure password generation shell script (by samboy)

PassGen Alternatives

Similar projects and alternatives to PassGen

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better PassGen alternative or higher similarity.

PassGen reviews and mentions

Posts with mentions or reviews of PassGen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-02.
  • [OC] I updated our famous password table for 2022
    3 projects | /r/dataisbeautiful | 2 Mar 2022
    Don’t use the same password on multiple sites. I have my own password generating shell script which uses strong cryptography which takes a secret and a site name, and generates a strong password (secret is protected with key stretching). Other similar solutions exist (LastPass, etc.)
  • Password Managers
    7 projects | news.ycombinator.com | 5 Jun 2021
    I do not use a browser-based password generator, because of the Javascript insecurity issues. I use a shell script, with a small C program to handle the core cryptography, to generate secure passwords.

    I run the password generator in a terminal window, then copy and paste the password in to the site I am trying to log in to.

    It’s a fairly complicated shell script, since it also has to deal with nonsense like stupid arbitrary password rules (e.g. Southwest considers an underscore to be a letter, and insists at least one non-letter non-number punctuation is in a password; some places require a password to be 8 characters or shorter; etc.) and also provides login information so I can also remember my username.

    As recently as 5 or 6 years ago, there were issues with websites which wouldn’t let you copy and paste a password in to their password field; Firefox has always had a “ignore any Javascript which stops pasting” special rule in about:config I had to use. I haven’t seen one of those in a while; developers finally got a clue and realized that password managers exist.

    One weakness this setup has is that anyone with the “master key” can get all of the password generated by the password generator. My workaround is to use a separate master key in a virtual machine for critical passwords, such as online banking ones.

    Shameless plug time:

    https://github.com/samboy/PassGen/

Stats

Basic PassGen repo stats
2
4
0.0
over 1 year ago

samboy/PassGen is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of PassGen is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com