Tuesday, June 17, 2014

Password generator app for Fedora

Password generator is a Python program. Run it using the terminal to generate password. So below is what the program do.


If you like it, you can download from this link - http://www.2shared.com/file/hzvRkOZb/passwdgen.html

Copy the link and paste in the browser to download passgen.py file.

Usage

After running this Python file in terminal you will be asked to enter how many password you want. In above picture I have given as 11. So 11 passwords were generated. It will give you alphanumeric password. If you are too intelligent to think of your own password, hats off you don't need this app at all.

How to run

Open the file location in terminal. If your file is in Downloads the use this command.

cd /home/your_home_name/Downloads
python passgen.py

What I am trying to say is open the file location in your Terminal using CD command. Then use Python <filename> to run the python file.

No comments:

Post a Comment