1.0.0 • Published 4 years ago

simple-hash-auth v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

simple-hash-auth

Securely save passwords in any data store.

  • Designed for Node.
  • Written with Typescript
  • Uses built in Node Crypto Library
  • Includes Wrapper to interface with any data store such as SQL or Flat Files
  • All Passwords are hashed using SHA 512
  • All Passwords are salted to prevent table attacks
  • Simple Wrapper with callbacks

Example coming soon!