Skip to content

msayak1269/gp-hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

gp-hashing

First Stable Release

Developed by Sayak Mukhopadhyay && Shouvik Bajpayee from Team GangPayee (c) 2021

Example of How To Use (First Stable Version)

Import the package

from gp_hashing.generateHash import generateHash

Generating Hashed String

from gp_hashing.generateHash import generateHash

normal_string = "a simple string"
hashed_string = generateHash(normal_string)

print(hashed_string)

Output

g36kn49xi36kr64mt76ys63l 36ke54cl45tp54cm37li36ks63l 36ka16q

About

Generate hashed string from any string in the most easiest way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages