Scripts: Security

« All scripts

Powershell23 lines

Generate Random Passphrase Passwords with PowerShell

This script builds a random passphrase by pulling words, numbers, and special characters from CSV wordlists and concatenating them until the result hits a minimum length of 15 characters. It’s useful when you need a human-readable but policy-compliant password without reaching for a third-party tool.

Read »