Skip to content

GavinTownsend/Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Security

  • Get-RandomPassword.ps1

    Generates a coleection of random passphrases or passwords in a flexible way

    Examples:

    #Build password (modify pattern for usability and strength as desired)
    $Password1 = $Word1 + $Special1 + $sChars1
    $Password2 = $Word1 + $Special1 + $Word2 + $Special2 + $sChars1
    $Password3 = $Word1 + "-" + $Word2 + "-" + $Word3 + "-" + $sChars1 + $Special1
    $Password4 = $Word1 + $Word2 + $Word3 + $Word4 + $Word5
    $Password5 = $sChars2
    
    stable|9ZlMx
    stable|scare#9ZlMx
    stable-scare-depending-9ZlMx|
    stablescaredependingtooltemple
    O[2nhP7lH3DQ92>8LEt=}@3I4y<ad@q)
    
  • get-AzurePasswordProtectionReport.ps1

    Central logging of Azure Password Protection (APP) event logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published