Browsing articles tagged with " passwd"
avr
20
2011

[BASH] Script pour générer des mots de passe

Capture-root@ns210474:~

Voici un petit script fait pour ceux qui doivent maintenir des serveurs et créer des mots de passe rapidement : #!/bin/bash # random password generator # Sets the maximum size of the password the script will generate MAXSIZE=40  # <<——- You can change value array1=(‘a’ ‘b’ ‘c’ ‘d’ ‘e’ ‘f’ ‘g’ ‘h’ ‘i’ ‘j’ ‘k’ ‘l’ ‘m’ ‘n’ ‘o’ ‘p’ ‘q’ ‘r’ ‘s’ ‘t’ ‘u’ ‘v’ ‘w’ ‘x’ ‘y’ ‘z’ ’0′ ’1′ ’2′ ’3′ ’4′ [...]

Partenaires

Articles Populaires

Commentaires récents

Recent Comments

Powered by Disqus