Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damartripamungkas/strongpg

🔑 Strong password generator for account on internet like facebook, google, tiktok or others
https://github.com/damartripamungkas/strongpg

facebook google password password-generator password-safety ripemd128 sha256 strong-password strong-password-generator strongpg tiktok

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        


STRONGPG


GitHub top language


Made by


Repository size


GitHub last commit


![Home](/screenshot/home.png)

### 🌐 Visit :

- https://strongpg.my.id
- https://damartripamungkas.github.io/strongpg

### 📖 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](https://t.me/damartripamungkas)

### 📝 License :

Licensed see [here](./LICENSE).