1.0.0 • Published 6 years ago

angular-secure-password v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

angular-secure-password

Secure implementation of password field. Stores password in a UInt8Array instead of string which can be wiped out securely. Uses key-presses as opposed to input fields.

Standalone code (assuming Angular setup) can be found at this codepen.

Development

Start gulp serve to start the demo page and then open http://localhost:8888.

To compile, gulp compress