sweeney + password   2

lowe/zxcvbn
zxcvbn, named after a crappy password, is a JavaScript password strength
estimation library. Use it to implement a custom strength bar on a
signup form near you!
javascript  password  security 
7 weeks ago by sweeney
Git How-To: Remove Your Password from a Repository | David Verhasselt
When you’re making an app that uses credentials to access some service, in the early stages of development before any code to access a config-file is written, a username and password are occasionally hard-coded in the source.

Since you use version control like all good developers, it’s possible these hardcoded credentials get committed. This poses a grave security risk, especially if you want to open source the code including the repository.

Here’s how to remove a password from any file, in all revisions, in a git repository:
git  remove  string  password 
november 2011 by sweeney

Copy this bookmark:



description:


tags: