Skip to content

A collection of simple tools which people may find useful.

Notifications You must be signed in to change notification settings

sudoku-lord/useful-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

useful-tools

A collection of simple tools which people may find useful.

Password Generation: How to Use

  1. Download related files (createpassword, password.cpp)
  2. Open Terminal to the folder where the downloaded files are.
  3. chmod +x createpassword
  4. cp createpassword /usr/local/bin

To run it, type createpassword followed by 1) the number of passwords you want, and 2) the length of the passwords ex: createpassword 10 10 produces: 374ACPeHbm bCD13'rbVX Hd241pHNGY Vi65ibkucO ypP25aMcbM fpPO)ik271 +sntYLGX31 HierW61Tey M#Aentiii1 BVD&0GxCpa

Note: this will only work in the directory where createpassword and password.cpp are. You should ideally move them into a place where you'll use them most often (aka your home directory, if you want to be able to type in the command as soon as you open your Terminal window).

COMING EVENTUALLY: will be able to generate a list of passwords whose lengths fall within a specified range!

Complexity: O(LN) where L = length of password && N = number of passwords.

TODO: ADD TESTS TODO: ADD COMMENTS

About

A collection of simple tools which people may find useful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published