0.0.1 • Published 10 years ago

getting-warmer v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Introduction

Getting Warmer provides a visual cue for password inputs without compromising security, by generating a piece of abstract art from a hash of the contents of the input. The sequence of pieces generated becomes familiar over time, making it obvious to the user when they've mistyped a character.

Usage

var setup = {
	"passwordInputSelector": "<CSS selector>"
	"thumbnailContainerSelector": "<CSS selector>",
}

var warmer = GettingWarmer(setup);
warmer.init();

License

MIT License