Password Generator
Small Password Generator (written in AutoHotkey)
Source
Password Generator (GitHub)
Download (precompiled executable)
Examples
Features
- Uppercase characters
- Lowercase characters
- Digits (Numbers)
- Minus (-)
- Space ( )
- Underline (_)
- Brackets characters
- Special characters
- Include own characters
- Exclude look-alike characters
- Exclude own characters
Test environment
Contributing
- thanks to AutoHotkey Community
Inspired by
- KeePass Password Generator by Dominik Reichl
Questions / Bugs / Issues
If you notice any kind of bugs or issues, report them here. Same for any kind of questions.
Copyright and License
Password Generator
Password Generator
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Todo
- Fix bugs
- Optimize code
- Whatever
Changelog
- Fix bugs
- Optimize code
- Whatever
Changelog
Code: Select all
2021-10-08 Fixed missing char
2021-10-08 Initial
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Pretty neat, I like it.
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Password Generator
is that what it looks like on win11?
yikes, microsoft hasnt treated those win32 editboxes kindly. seems like a very mac-y look and feel
otherwise, great job
yikes, microsoft hasnt treated those win32 editboxes kindly. seems like a very mac-y look and feel
otherwise, great job
Re: Password Generator
Yeah also the UpDown controls got zero love…
Re: Password Generator
Thank you for sharing.
How i can get that code after compile (.exe extension).
Because i have ahk 1.1 version...
How i can get that code after compile (.exe extension).
Because i have ahk 1.1 version...
Re: Password Generator
@HiSoKa You mean the source code for this? https://github.com/jNizM/password-generator/blob/main/src/PasswordGenerator.ahk
Or how to decompile in general?
Or how to decompile in general?
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Password Generator
@joedf I don't want the source code, because I have Ahk 1.1 and I can't run it,
That's why I want this code with (.exe) extension so that I can run it on my device.
Sorry for my bad language
That's why I want this code with (.exe) extension so that I can run it on my device.
Sorry for my bad language
Re: Password Generator
Precompiled Version @Intital Post
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Thank you so much, this will help me a lot
Re: Password Generator
"Exclude look-alike characters"
Wish VINs and stuff followed this fancy tech
Wish VINs and stuff followed this fancy tech
v1: biga.ahk | array.ahk | string-similarity | graphicsearch.ahk | midday.ahk | expect.ahk
Re: Password Generator
What do you mean with "VINs"?
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Vehicle Identification Number
Often they are are stamped in metal and don't have a high resolution
Often they are are stamped in metal and don't have a high resolution
v1: biga.ahk | array.ahk | string-similarity | graphicsearch.ahk | midday.ahk | expect.ahk
Re: Password Generator
I want to combine both buttons, but I don't know where to start. Can you help please?
Re: Password Generator
Put this A_Clipboard := MainEDT02.Text at the end of the Event_Generate(*) function
Or change MainEDT02.Text := PW_GENERATED to A_Clipboard := MainEDT02.Text := PW_GENERATED
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
How did you come up with the global variables? I'd like to know what they mean.
Re: Password Generator
From the Ascii Table -> https://ss64.com/ascii.html
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Perhaps you could help me with my script. I had changed line 63 to:
I'm still getting a period in my passwords. I made sure to remove 46 from the global variables. I tried putting the period into the other strings, using single quotes, moving the string, and "``."
Code: Select all
MainCB11 := Main.AddEdit("xs+15 y+0 w470", " " . "." . "``'" . '%#^"()[]{}<>|/\~-_=+;:,')
Re: Password Generator
If I set the "punctuation mark" . (Ascii #46) under "Exclude the following characters", then I never get this character generated either.
So what exactly is the mistake?
So what exactly is the mistake?
[AHK] v2.0.18 | [WIN] 11 Pro (23H2) | [GitHub] Profile
Re: Password Generator
Sorry, did you mean that if you write . in the line with MainCB11? My problem is that if I can't just add the . in that line because order matters for some reason.
Return to “Scripts and Functions (v2)”
Who is online
Users browsing this forum: Komrad Toast, songdg and 18 guests