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
WindowsDebloat - Windows Debloat with python

Windows Debloat đŸ—‘ïž Quickly and easily configure Windows 10. Disclaimer I am NOT

1 Mar 26, 2022
Simple tool for creating changelogs

Description Simple utility for quickly generating changelogs, assuming your commits are ordered as they should be. This tool will simply log all lates

2 Jan 05, 2022
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark - Parsing Library & Toolkit 3.5k Jan 05, 2023
Create a Web Component (a Custom Element) from a python file

wyc Create a Web Component (a Custom Element) from a python file (transpile python code to javascript (es2015)). Features Use python to define your cu

7 Oct 09, 2022
Playing with python imports and inducing those pesky errors.

super-duper-python-imports In this repository we are playing with python imports and inducing those pesky ImportErrors. File Organization project │

James Kelsey 2 Oct 14, 2021
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
Python Yeelight YLKG07YL/YLKG08YL dimmer handler

With this class you can receive, decrypt and handle Yeelight YLKG07YL/YLKG08YL dimmer bluetooth notifications in your python code.

12 Dec 26, 2022
Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python

Pyfunctools Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python, bringing functional

Natanael dos Santos Feitosa 5 Dec 22, 2022
About Library for extract infomation from thai personal identity card.

ThaiPersonalCardExtract Library for extract infomation from thai personal identity card. imprement from easyocr and tesseract New Feature v1.3.2 🎁 In

ggafiled 26 Nov 15, 2022
A Python library for reading, writing and visualizing the OMEGA Format

A Python library for reading, writing and visualizing the OMEGA Format, targeted towards storing reference and perception data in the automotive context on an object list basis with a focus on an urb

Institut fĂŒr Kraftfahrzeuge, RWTH Aachen, ika 12 Sep 01, 2022
An extremely simple package with a single utillity class used for gracefully handling POSIX shutdown signals.

graceful-killer An extremely simple package with a single utillity class used for gracefully handling POSIX shutdown signals. Installation Use pip to

Sven Ćurković 1 Dec 09, 2021
This python program will display all SSID usernames and SSID passwords you once connected to your laptop

Windows-Wifi-password-extractor This python program will display all SSID usernames and SSID passwords you once connected to your laptop How to run th

Bhaskar Pal 3 Apr 26, 2022
Group imports from Windows binaries

importsort This is a tool that I use to group imports from Windows binaries. Sometimes, you have a gigantic folder full of executables, and you want t

【☆ ゆう ☆ 】 15 Aug 27, 2022
✹ Un gĂ©nĂ©rateur d'adresse IP alĂ©atoire totalement fait en Python par moi, et en français.

IP Generateur ❗ Un gĂ©nĂ©rateur d'adresse IP alĂ©atoire totalement fait en Python par moi, et en français. 🔼 Avec l'utilisation du module "random", j'ai

MrGabin 3 Jun 06, 2021
Python code to generate and store certificates automatically , using names from a csv file

WOC-certificate-generator Python code to generate and store certificates automatically , using names from a csv file IMPORTANT In order to make the co

Google Developer Student Club - IIIT Kalyani 10 May 26, 2022
The Black shade analyser and comparison tool.

diff-shades The Black shade analyser and comparison tool. AKA Richard's personal take at a better black-primer (by stealing ideas from mypy-primer) :p

Richard Si 10 Apr 29, 2022
Yet another retry utility in Python

Yet another retry utility in Python, avereno being the Malagasy word for retry.

Haute École d'Informatique de Madagascar 4 Nov 02, 2021
A Python package for floating-point binary fractions. Do math in base 2!

An implementation of a floating-point binary fractions class and module in Python. Work with binary fractions and binary floats with ease!

10 Oct 29, 2022
Experimental python optimistic rollup fraud-proof generation

Macula Experimental python optimistic rollup fraud-proof generation tech by @protolambda. Working on a python version for brevity and simplicity. See

Diederik Loerakker 30 Sep 01, 2022
A python mathematics module

A python mathematics module

Fayas Noushad 4 Nov 28, 2021