/strongpg

🔑 Strong password generator for account on internet like facebook, google, tiktok or others

Primary LanguageHTMLMIT LicenseMIT

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.