Skip to content

ssc-hrep3/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crypto

Password Generator Library for JavaScript

  • Provides an interface for generating secure password in JavaScript
  • Uses an Uint32Array and generates random values by using getRandomValues() of window.crypto.
  • The generation of the password is done according to http://stackoverflow.com/a/13694869/3233827

About

Password Generator Library for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published