online site to gen passwords


good online site to gen passwords

http://www.goodpassword.com

good tools to manage your passwords

http://www.clipperz.com/open_source/clipperz_community_edition

we can also use the following script:

#!/bin/sh
cat /dev/urandom| tr -dc ’0-9a-zA-Z!@#$%^&*_+-’|head -c 10;echo

  1. No comments yet.
(will not be published)