Skip to content

williamtorres1/password-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Hasher

A password hasher made with NodeJS

Demonstration

Table of Contents

Inspiration

This project was based and inspired on this project, made by LogRocket. I've added Typescript, some validation to don't duplicate any accounts, HTTP Status Code for each endpoint, online database with mongo

Why?

I'm particularly very interested on information security, and storing passwords are included. So, google recommended this blog to me and here i am.

Installing

# Clone
$ git clone git@github.com:williamtorres1/password-hasher.git

# Access the folder
$ cd password-hasher

# Install the dependencies
$ yarn

# Run
$ yarn dev

# The server will run on port 3333 - <http://localhost:3333>

Techs

About

A password hasher made with NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Contributors