GithubHelp home page GithubHelp logo

random-password-generator's Introduction

genpasswd

Overview

genpasswd is a tool for creating randomised strings with an assortment of characters, written in Python. Because of this, it is highly customisable, by argv options and by modifying the script itself.

Usage

genpasswd [length] [-ilush]

Options

-i            Exclude integers from the password
-l            Exclude lowercase letters from the password
-u            Exclude uppercase letters from the password
-s            Exclude special characters letters from the password
-h | --help   Show the help screen

Examples

$ genpasswd
Created password 10 characters long:
Iq*QM.&dg$
$ genpasswd -i
Created password 10 characters long:
oS*Uk^S*z?
$ genpasswd 20
Created password 20 characters long:
C3Pi$3H%##nm1bNg~8S.
$ genpasswd 36 -l -s
Created password 36 characters long:
28L7UT403D6YU9PX197L036486V921HV3UQE

Install

To install on most Unix-like operating systems, ensure python3 and git are installed.

  • First, git clone https://github.com/bradeythedev/Random-password-generator/ or download 'genpasswd' from a release in the releases tab.
  • Open a terminal and enter the directory containing 'genpasswd' by cd Random-password-generator/
  • Make the 'genpasswd' file executable by chmod +x genpasswd
  • (Optional) Move the executable into a $PATH directory with sudo cp genpasswd /usr/local/bin/ or doas cp genpasswd /usr/local/bin/ (shoutout to BSD users)

To install on Windows, first get a better operating system- alright, fine. Install python3, download 'genpasswd' from the releases tab, and right-click open with python in file explorer (I think, I honestly have no idea).

random-password-generator's People

Contributors

bradeythedev avatar slonkazoid avatar

Stargazers

yex avatar  avatar

Watchers

 avatar

Forkers

graphity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.