Skip to content

Trial enviroment for user data handling and data hashing techniques

Notifications You must be signed in to change notification settings

icharo-tb/users_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

users_practice

Trial enviroment for user data handling and data hashing techniques

Route used:

  • Project starts with an API connection to get a JSON full of fake users or dummies (DummyAPI, DummyJSON, etc.).
  • Creation of a hashing algorithm:
    • We have several hashing options (SHA 1, SHA 256, etc.), but we will use the default hashing from bcrypt library.
    • We'll add salt to every hash operation as well.
  • Get the JSON Dummy data as well as encrypted passwords (just for the sake of practice).
  • Have fun while learning!

All the data, codes and scripts is stored in Master branch

About

Trial enviroment for user data handling and data hashing techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published