Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for New-Password.ps1
2018-06-10
| ||
14:16 | Re\sets password for specified user. Original https://github.com/gregzakh/alt-ps/blob/master/New-Password.ps1 file: [65cd62e4b6] check-in: [59c121aacf] user: Hacker branch: trunk, size: 5163 | |
12:59 | The ultimate template-based password generator. Example usage: New-Password Cvcvc.## generates a memorable 8 character password with uppercase, lowercase, punctuation and a number. Of course, since these passwords are templated, they are arguably easier to crack (if someone knows your template), but of course, you can generate purely random passwords using New-Password ******** or you can vary the length of the password by allowing variable numbers of characters in your template: New-Password "Cv3c2v3c#4" file: [115a1c6c0b] check-in: [b72e2cbff6] user: Joel Bennett branch: trunk, size: 9173 | |
12:59 | Added: The ultimate template-based password generator. Example usage: New-Password Cvcvc.## generates a memorable 8 character password with uppercase, lowercase, punctuation and a number. Of course, since these passwords are templated, they are arguably easier to crack (if someone knows your template), but of course, you can generate purely random passwords using New-Password ******** or you can vary the length of the password by allowing variable numbers of characters in your template: New-Password "Cv3c2v3c#4" file: [3e5a10ee61] check-in: [d6e4b2f604] user: Joel Bennett branch: trunk, size: 7765 | |