2012
Storing Passwords Securely
by Spone & 1 otherTime and time again you hear about a company having all of their users' passwords, or "password hashes", compromised, and often there's a press response including one or more prominent security researchers demonstrating how 1,000 users had the password "batman", and so on. It's surprising how often this happens considering we've had ways to do password authentication that don't expose users' passwords, or at least makes it significantly harder to crack them, for several decades.
2009
jCryption - JavaScript data encryption
by dzc & 1 otherjavascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form.
2007
SÉCURITÉ Ssh sans mot de passe
by lecyborgOu comment se connecter à une machine distante sans avoir à rentrer son mot de passe.
Il existe une méthode de configuration plus rapide. Vous pouvez en une seule commande ajouter votre clé dans le fichier `authorized_keys` du serveur distant grâce à `ssh-copy-id`. Pour cela procédez comme suit :
2005
1
(10 marks)