{"id":21018565,"url":"https://github.com/damartripamungkas/strongpg","last_synced_at":"2026-03-19T18:28:35.676Z","repository":{"id":252846514,"uuid":"841632854","full_name":"damartripamungkas/strongpg","owner":"damartripamungkas","description":"🔑 Strong password generator for account on internet like facebook, google, tiktok or others","archived":false,"fork":false,"pushed_at":"2024-08-15T15:34:49.000Z","size":366,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T06:37:04.662Z","etag":null,"topics":["facebook","google","password","password-generator","password-safety","ripemd128","sha256","strong-password","strong-password-generator","strongpg","tiktok"],"latest_commit_sha":null,"homepage":"https://strongpg.my.id/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damartripamungkas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-12T19:51:37.000Z","updated_at":"2025-08-20T20:34:37.000Z","dependencies_parsed_at":"2024-11-19T10:34:51.907Z","dependency_job_id":"500c6620-4670-475b-a825-53532637fa1a","html_url":"https://github.com/damartripamungkas/strongpg","commit_stats":null,"previous_names":["damartripamungkas/strongpg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/damartripamungkas/strongpg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damartripamungkas%2Fstrongpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damartripamungkas%2Fstrongpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damartripamungkas%2Fstrongpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damartripamungkas%2Fstrongpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damartripamungkas","download_url":"https://codeload.github.com/damartripamungkas/strongpg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damartripamungkas%2Fstrongpg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29329570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["facebook","google","password","password-generator","password-safety","ripemd128","sha256","strong-password","strong-password-generator","strongpg","tiktok"],"created_at":"2024-11-19T10:26:34.559Z","updated_at":"2026-02-11T08:04:00.332Z","avatar_url":"https://github.com/damartripamungkas.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    STRONGPG\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/damartripamungkas/strongpg?color=04D361\u0026labelColor=000000\"\u003e\n  \n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"Made by\" src=\"https://img.shields.io/static/v1?label=made%20by\u0026message=damartripamungkas\u0026color=04D361\u0026labelColor=000000\"\u003e\n  \u003c/a\u003e\n  \n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/damartripamungkas/strongpg?color=04D361\u0026labelColor=000000\"\u003e\n  \n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/damartripamungkas/strongpg?color=04D361\u0026labelColor=000000\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n![Home](/screenshot/home.png)\n\n### 🌐 Visit :\n\n- https://strongpg.my.id\n- https://damartripamungkas.github.io/strongpg\n\n### 📖 Description :\n\nThis 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).\n\n### 🪂 Features :\n\n- supports everything for account passwords including those requiring symbols, numbers\n- ripemd128 hashing algorithm for help create result password. formula: `@X + ripemd128(..).slice(0, 12)`\n- reinforcement Before iterations: will perform hashing with the formula listed before iteration.\n- 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.\n\n### 👮 Security :\n\nThis 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.\n\n### 🥤 Donation For Support Me :\n\ncontact me at telegram [here](https://t.me/damartripamungkas)\n\n### 📝 License :\n\nLicensed see [here](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamartripamungkas%2Fstrongpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamartripamungkas%2Fstrongpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamartripamungkas%2Fstrongpg/lists"}