Skip to content

Mykola-Mateichuk/golearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project have been created for learning purposes.

It will contain all hometask works, and also some functionality related to testing theoretical materials.

Project contain hasher package. It contain two functions - HashPassword and CheckPasswordHash.

This package contain functionality to work with passwords.

Currently, we have two functions to use HashPassword and CheckPasswordHash.

HashPassword provide functionality to create hash from Password string and return Password hash or error.

Example: hash := HashPassword(password1)

CheckPasswordHash provide functionality to check Password hash and return bool true if Password hash is equal to hash.

Example: isHashValid := CheckPasswordHash(password1, hash1)

The entry point placed into main.go file.

So now you can run this project with next command - go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages