public marks

PUBLIC MARKS from camel with tag password

2008

Password Strength Indicator and Generator | The Book and the Cover

Sometimes you want to show your user the strength of their password and although there a quite a few jQuery “plugins” that do this there are none - that I’ve found - that let you set the class of an element so that you can do a graphical representation of the strength. What I have put together is some code that I have been using on a few projects and turned it into a rough plugin. I say a rough plugin because it is very basic and not entirely flexible; let’s just call it a proof-of-concept.

p a s s k o o l

(via)
PassKool is a deterministic password generator. It tries to generate passwords that more or less sound like English. As PassKool generator is deterministic, identical inputs will give the same password. The security here relies on a secret passphrase used to generate the final password. A passphrase is usually easier to remember than a cryptic password. If you happen to forget the password, you can still retrieve it using PassKool. PassKool can also create deterministic password with random content. This may sound contradictory but the deterministic parameter is the seed used for the random generator. Here's a short example for a "root" account on some Unix/Linux box. By default, the password has a length of 12 characters. python passkool.py "root" "top secret phrase" ---> Generated password : quencatithro If you call this command again, you will find the same password.

Comment changer le mot de passe root perdu de MySQL | Korben

Par défaut, le serveur MySQL est installé avec un login super administrateur “root” et aucun mot de passe. Evidement, vous pouvez en spécifier un, mais que se passe-t-il si vous l’oubliez ? Et bien, pas de panique, on va réparer ce petit souci. Voici donc comment remettre à zéro un mot de passe MySQL.

Creating a Virtual Keyboard with jQuery

by 1 other (via)
Virtual jQuery Keyboard - Learn how to create a simple virtual keyboard with jQuery and provide your users with the option of using a virtual keyboard to key in their passwords and prevent keyloggers and other malicious software to track and record their passwords.

Midnight Research Labs - Depant your network

MRL has a new tool we’re releasing that will check your network for services with default passwords. The tool is called depant ((DE)fault (PA)ssword (N)etwork (T)ool). Depant works by downloading a default password list, and then mapping out the local network to see what open services are available. Once it has a list of services, it will test each service for default passwords. Once it’s gone through each of the services, depant will determine the fastest service (as recorded in phase one) and use it to perform an optional second phase of tests with a larger (user-supplied) set of default users/passwords.

Ophcrack, ou comment retrouver les mots de passes des utilisateurs de votre pc grace à un logiciel bootable. | Antoine EVIN

by 2 others (via)
Vous voulez installer des logiciels et n’avez pas les droits administrateur, vous souhaitez récupérer un fichier sur une session qui n’est pas votre ou vous avez tout simplement perdu votre mot de passe ? Ophcrack est un logiciel fait pour vous. Ophcrack est un logiciel téléchargeable gratuitement, soit en version multiplateformes (version installée) ou soit en version bootable (actuellement disponible en versions XP et Vista) qui vous permet de retrouver très facilement les Identifiants et Mots de passe des utilisateurs d’un PC. On peut ainsi accéder au compte administrateur sans aucune modification apparente de la machine.

Password Strength Meter, indiquez la complexité des mots de passe

jQuery Password Strength Meter va afficher sous vos champs de saisie pour mot de passe, un indicateur de complexité qui évolue au fur et à mesure de la frappe. Pas forcement super utile mais bien sympa pour l'utilisateur

2007

Password Strength Meter (a jquery plugin) « Phiras’s Blog

by 1 other
Password Strength Meter is a jQuery plug-in provide you smart algorithm to detect a password strength. The Password strength procedure is working as the follow: We have many cases to care about to know a password strength , so we will present a global variable score , and each case will add some points to score. At the end of the algorithm we will decide the password strength according to the score value.

Mot de passe pour GNU Screen - Yop

On peut utiliser un mot de passe pour "protéger" l'accès à un Screen. (Par exemple dans l'utilisation d'un serveur maintenu par plusieurs administrateurs...)

2006

Empecher la sauvegarde d'un mot de passe - Digital Fashion

by 1 other
titre n'est pas très explicite, malheureusement, j'ai du mal a réfléchir ce soir. Nous parlons ici de la sauvegarde d'un mot de passe par Firefox quand on valide un formulaire contenant un champs password. Je ne connais pas exactement les règles qui régissent ce comportement, mais quand on à un formulaire d'enregistrement, en général, cette fonctionnalitée est plus une gène qu'autre chose.

Password Exporter :: Mozilla Add-ons :: Add Features to Mozilla Software

(via)
This extension allows you to export and import your saved passwords and rejected sites between computers. Your passwords will be exported to an XML or CSV file and can be encrypted.

camel's TAGS related to tag password

class +   code +   crack +   extension +   firefox +   generator +   javascript +   jQuery +   keyboard +   linux +   meter +   mysql +   network +   nmap +   passphrase +   plugin +   python +   reset +   root +   screen +   security +   serveur +   test +   windows +