Skip to content

PasswordGenerator class that create random password consisting of letters, numbers and symbols.

Notifications You must be signed in to change notification settings

juliusgutierrez/use-password-manager-service

Repository files navigation

use-password-manager-service

PasswordGenerator class that create random password consisting of letters, numbers and symbols.

Example

  PasswordGenerator generator = new PasswordGenerator();
  noOfDigits = 2, 
  noOfCapitalLetters = 1, 
  noOfSpecialChar = 2, 
  lengthOfDesiredPassword = 12
  
  generator.generateRandomString(
    noOfDigits, noOfCapitalLetters, noOfSpecialChar, lengthOfDesiredPassword);
  
  random output : y@fdrKjpf1%0
 

About

PasswordGenerator class that create random password consisting of letters, numbers and symbols.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages