Skip to content

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.

License

Notifications You must be signed in to change notification settings

tera-insights/angular-secure-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published