Create password - Generate Random Password with Passphrase

Overview

Generate Random Password with Passphrase

This is a python code to generate strong Password from given pass phrase. A slightly Different Passphrase will give completly different Password. A same Passphrase will always give a same Password.

If it is hard to remember a strong password and weak password will be cracked easily so it can generate a strong password from easy passphrase so passphrase will be easily can be remembered.

How to use

To use first of all get this code to get code you can clone this repo by command:

git clone https://github.com/hailzen/create_password

Then change your working directory by typing

cd create_password

There are two ways to generate password from it

First (open)

python password.py -p passphrase 

passphrase is actual passphrase

The Output will be password. For eg:

python password.py -p secret

    l{=Qo9QnR(r5+o4qP+2pk

Then you can copy and paste

Second (secret) {Reccomended}

In second method password will be pasted in clipoard and to do it it needs a module called pyperclip so to install it type

pip install pyperclip

Then type command

python password.py

Then blank screen appears write passphrase there it wont show passphrase beacause it is secret

After you enter your pass phrase click enter then password will be copied in your clipboard then you can paste it by Ctrl+v

For Length of password

Defult length of password is 21 if you want to change it then with any text editor open password.py and in line 55 there is :

length = 21

To change length change value between 1-31

for eg to get password of length 26 change will look like

length = 26

One Last

If you wanted to use it as a command in linux then follow these commands

cd create_password    

chmod +x password.py

mv password.py command

Command is actual command For Eg:

mv password.py pswd

And at last type

sudo mv pswd /bin

Type password then it will be Command then you can use it by just typing

pswd
You might also like...
Go through a random file in your favourite open source projects!

Random Source Codes Never be bored again! Staring at your screen and just scrolling the great world wide web? Would you rather read through some code

Backman is a random/fixed background image setter for wlroots based compositors

backman Backman is a random/fixed background image setter for wlroots based compositors Dependencies: The program depends on swaybg, python3-toml (or

A random cats photos python module

A random cats photos python module

A simple and easy to use collection of random python functions.

A simple and easy to use collection of random python functions.

A quick random name generator

Random Profile Generator USAGE & CREDITS Any public or priavte demonstrative usage of this project is strictly prohibited, UNLESS WhineyMonkey10 (http

Random Number Generator Analysis With Python

Random-Number-Generator-Analysis Governor's Honors Program Project to determine

Python Random Number Genrator

This Genrates Random Numbers. This Random Number Generator was made using python. This software uses Time and Random extension. Download the EXE file and run it to get your answer.

Dice Rolling Simulator using Python-random
Dice Rolling Simulator using Python-random

Dice Rolling Simulator As the name of the program suggests, we will be imitating a rolling dice. This is one of the interesting python projects and wi

Color getter (including method to get random color or complementary color) made out of Python

python-color-getter Color getter (including method to get random color or complementary color) made out of Python Setup pip3 install git+https://githu

Owner
null
A Random Password Generator made from Python

Things you need Python Step 1 Download the python file from Releases Step 2 Go to the directory where the python file is and run it Step 3 Type the le

Kavindu Nimsara 3 May 30, 2022
Genart - Generate random art to sell as nfts

Genart - Generate random art to sell as nfts Usage git clone

Will 13 Mar 17, 2022
Generate random german words

Generate random german words / Generiere zufällige deutsche Wörter Getting Started Pip install with pip install zufallsworte Install the library with

Maximilian Freitag 5 Mar 24, 2022
A python lib for generate random string and digits and special characters or A combination of them

A python lib for generate random string and digits and special characters or A combination of them

Torham 4 Nov 15, 2022
An okayish python script to generate a random Euler circuit with given number of vertices and edges.

Euler-Circuit-Test-Case-Generator An okayish python script to generate a random Euler circuit with given number of vertices and edges. Executing the S

Alen Antony 1 Nov 13, 2021
Simple code to generate a password for your account!

Password-Generator Simple code to generate a password for your account! Password Generator for passwords for your accounts or anything else! This code

DEEM 1 Jun 5, 2022
A simple Python app that generates semi-random chord progressions.

chords-generator A simple Python app that generates semi-random chord progressions.

null 53 Sep 7, 2022
Python program to do with percentages and chances, random generation.

Chances and Percentages Python program to do with percentages and chances, random generation. What is this? This small program will generate a list wi

n0 3 Jul 15, 2021
Random Number Generator

Application for generating a random number.

Michael J Bailey 1 Oct 12, 2021
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 8, 2021