Skip to content

Instantly share code, notes, and snippets.

View Orestad's full-sized avatar

Örestad Linux Orestad

View GitHub Profile
@Orestad
Orestad / pwgenerator.sh
Last active November 20, 2015 13:17
Password generator - just input word list. Usage (in Swedish): http://orestad-linux.se/?p=600
#!/bin/bash
# Simple password generator
# Written by daemonicus666
###########################
mydict=(`cat wordlist`)
N=$1
echo ""
echo "Your new password is:"