{"id":16675915,"url":"https://github.com/willitscale/super-safe-security-systems","last_synced_at":"2025-08-01T05:05:22.547Z","repository":{"id":72985908,"uuid":"202586568","full_name":"willitscale/super-safe-security-systems","owner":"willitscale","description":"I do NOT advise using this as an authentication library as this was written with a known vulnerability and is being used as part of a CTF.","archived":false,"fork":false,"pushed_at":"2019-08-16T15:09:06.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T04:29:53.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willitscale.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":"2019-08-15T17:47:43.000Z","updated_at":"2019-08-16T15:09:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"db22294b-4b27-43e8-a4ba-b8e2d38d8d67","html_url":"https://github.com/willitscale/super-safe-security-systems","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/willitscale/super-safe-security-systems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Fsuper-safe-security-systems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Fsuper-safe-security-systems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Fsuper-safe-security-systems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Fsuper-safe-security-systems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willitscale","download_url":"https://codeload.github.com/willitscale/super-safe-security-systems/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willitscale%2Fsuper-safe-security-systems/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171959,"owners_count":24207437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T13:08:25.728Z","updated_at":"2025-08-01T05:05:22.499Z","avatar_url":"https://github.com/willitscale.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SuperSafeSecuritySystemsAuthentication\n\n### Disclaimer\n\nThis is **NOT** a library which should be used for commercial purposes or in any means to protect sensitive data as it was written with a backdoor for a CTF (Capture the Flag) hacking challenge.\n\n### Setup \n\nInclude this by adding the following to your `composer.json`:\n\n```javascript\n{\n    \"repositories\": [\n        {\n            \"url\": \"https://github.com/willitscale/super-safe-security-systems.git\",\n            \"type\": \"git\"\n        }\n    ],\n    \"require\": {\n        \"super-safe-security-systems/super-safe-security-systems\": \"master\"\n    }\n}\n```\n\nCreate a database from the dump with the following command:\n\n```bash\nmysql -u username -p \u003c dump.sql\n```\n\nCreate a database user limited to only the `secure_auth` database only with `SELECT`, `INSERT` and `UPDATE` permissions:\n\n```sql\nGRANT INSERT, SELECT, UPDATE ON secure_auth.* TO 'secure_auth' IDENTIFIED BY 'secure_password';\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillitscale%2Fsuper-safe-security-systems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillitscale%2Fsuper-safe-security-systems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillitscale%2Fsuper-safe-security-systems/lists"}