Skip to content

OzoNeTT/SimplePasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Simple Password Generator

                /|  /|  ---------------------------
                ||__||  |                         |
               /   O O\__     Simple password     |
              /          \       generator        |
             /      \     \                       |
            /   _    \     \ ----------------------
           /    |\____\     \      ||
          /     | | | |\____/      ||
         /       \| | | |/ |     __||
        /  /  \   -------  |_____| ||
       /   |   |           |       --|
       |   |   |           |_____  --|
       |  |_|_|_|          |     \----
       /\                  |
      / /\        |        /
     / /  |       |       |
 ___/ /   |       |       |
|____/    c_c_c_C/ \C_c_c_c

SimplePasswordGenerator is a simple python script to generate what ever password you need! At the moment, the program can:

  • Generate separately password with digits, letters and punctuation characters

  • Generate a password of a given length

  • Use only lower or upper case characters

  • Make the first letter of the password capitalized

  • Generate a password with letters at the beginning

  • Generate a password without similar letters

  • Write creds to file like:

---------------------CREDENTIALS---------------------
URL:        https://something.di/
Username:   SimpleUser
Password:   0hMyG0d_tH1s_1s_pA55wd
-----------------------------------------------------
  • Encode password to Base64

  • Encode password to MD5

P.S.: There some errors and bugs that will be fixed as soon as possible!

I will work on this idea, and add something new in future! And now you can check my socials!

Socials

My VK page: click
My personal WebSite: click
Telegram account: click
Instagram: click

Releases

No releases published

Packages

No packages published

Languages