Skip to content

DevAbolfazl/hash-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Algorithms For Go (Golang)

New powerfull hash algorithms for Golang.

Features

  • HWLDS (Hash with length-dependent security)
  • High security against dictionary attacks
  • Open Source

HWLDS (Hash with length-dependent security)

Hash with time-dependent security is a suitable cryptographic method to prevent attacks based on word lists, and the cracker will need much more time to guess than other algorithms. The longer the string, the more time it takes to hash. So the length of the entry will indicate its security.

Important

I take no responsibility for the security and correct functioning of these hash algorithms!

License

This project is licensed under the MIT license.

You can help me by develop this project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages