mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 03:26:35 +00:00 
			
		
		
		
	removed ambiguous characters
such as i, l, 1, o, 0, etc. also reduced the amount of special characters
This commit is contained in:
		| @@ -201,10 +201,10 @@ | ||||
|         return (array[0] % range); | ||||
|       }; | ||||
|       var generatePassword = function(options) { | ||||
|         var uppercase = "ABCDEFGHIJKLMNOPQRSTUVWXTZ"; | ||||
|         var lowercase = "abcdefghiklmnopqrstuvwxyz"; | ||||
|         var numbers = "0123456789"; | ||||
|         var special = ".,-/#!$%^&*;:{}=-_`~()]"; | ||||
|         var uppercase = "ABCDEFGHJKMNPQRSTUVWXYZ"; | ||||
|         var lowercase = "abcdefghjkmnpqrstuvwxyz"; | ||||
|         var numbers = "23456789"; | ||||
|         var special = "!@#$%&*?"; | ||||
|         var candidates = ''; | ||||
|         if (options.includeUppercaseChars) { | ||||
|           candidates += uppercase; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 privacytoolsIO
					privacytoolsIO