Skip to content

๐Ÿ”‘ Strong password generator for account on internet like facebook, google, tiktok or others

License

Notifications You must be signed in to change notification settings

damartripamungkas/strongpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

STRONGPG

GitHub top language Made by Repository size GitHub last commit


Home

๐ŸŒ Visit :

๐Ÿ“– Description :

This website helps users who want to create very strong passwords of length 14 for accounts on the internet such as Facebook, Google, TikTok and others. This website will create a password from the text you enter (see image above).

๐Ÿช‚ Features :

  • supports everything for account passwords including those requiring symbols, numbers
  • ripemd128 hashing algorithm for help create result password. formula: @X + ripemd128(..).slice(0, 12)
  • reinforcement Before iterations: will perform hashing with the formula listed before iteration.
  • support iterations, Iteration refers to applying the hash function double based on the provided number. For instance, if the number given is 2, the process would be as follows: hash(hash("your text")) In other words, your words are hashed once, then the output is hashed again. So a higher count leads to greater computation worked into hashing the data.

๐Ÿ‘ฎ Security :

This website does not store any user input or other user data. You may review the source code to confirm that no data is saved. Additionally, turning off internet connection when accessing the website to prove it.

๐Ÿฅค Donation For Support Me :

contact me at telegram here

๐Ÿ“ License :

Licensed see here.