Skip to content

An algorithm to generate hashes from strings of any length.

License

Notifications You must be signed in to change notification settings

Jero075/Hashing-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hashing-Algorithm

!!!DO NOT use this algorithm for public projects as I am not an expert in this field!!!

An algorithm to generate hashes from strings of any length.

Parameters:

  • string
  • key1: Any integer value >= 1
  • key2: Any integer value >= 2
  • char_str: The characters that should be used to encode the string; Any string
  • hash_start: A String that will be put in front of the hash to identify the hash (optional); Default: ""
  • hash_length: The length of the the hash (optional); Default: 128 / Any integer value >= 1

Syntax: hash(string, key1, key2, char_str, hash_start, hash_length)

About

An algorithm to generate hashes from strings of any length.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages