PoshCode Archive  Hex Artifact Content

Artifact 115a1c6c0ba49ca85e7b1d1f96520e2100fe04dc0c6aa337a0c494be667458ee:

  • File New-Password.ps1 — part of check-in [b72e2cbff6] at 2018-06-10 12:59:10 on branch trunk — 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" (user: Joel Bennett size: 9173)

A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.