{"id":49089631,"url":"https://github.com/ibnaleem/spiral","last_synced_at":"2026-04-20T17:35:12.994Z","repository":{"id":350024522,"uuid":"1204979537","full_name":"ibnaleem/spiral","owner":"ibnaleem","description":"🌪️ a weird word obfuscation algorithm","archived":false,"fork":false,"pushed_at":"2026-04-08T14:42:28.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-08T16:23:12.785Z","etag":null,"topics":["caesar-cipher","cipher","cipher-algorithms","ciphertext","hashcat","hashcat-rules","obfuscation","obfuscator","password","password-cracking-ethical","password-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibnaleem.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T14:15:07.000Z","updated_at":"2026-04-08T14:42:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ibnaleem/spiral","commit_stats":null,"previous_names":["ibnaleem/spiral"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ibnaleem/spiral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fspiral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fspiral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fspiral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fspiral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibnaleem","download_url":"https://codeload.github.com/ibnaleem/spiral/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fspiral/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32057813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["caesar-cipher","cipher","cipher-algorithms","ciphertext","hashcat","hashcat-rules","obfuscation","obfuscator","password","password-cracking-ethical","password-generator"],"created_at":"2026-04-20T17:35:11.877Z","updated_at":"2026-04-20T17:35:12.986Z","avatar_url":"https://github.com/ibnaleem.png","language":"Python","readme":"# 🌪️ spiral - a weird word obfuscation algorithm\n\n```bash\n$ python3 spiral.py Top304kMostUsedPasswords.txt\n🌪️ spiral.py - a weird word obfuscation algorithm\n\n👀 Reading Top304kMostUsedPasswords.txt...\n✅ Read Top304kMostUsedPasswords.txt with 303,872 lines!\n✍️ Writing Top304kMostUsedPasswords.txt-spiral.txt...\n🎉 Written Top304kMostUsedPasswords-spiral.txt!\n\n👋 Goodbye\n```\n\n## ❓ Why?\nWord obfuscation could lead us to cracking weird passwords. `spiral.py` was a pattern I was obsessively doing in my head, so I decided to implement it to make it easier for myself.\n\n## ⁉️ How?\n`spiral.py` is an alternating pattern:\n1. Omit the first character\n2. Append character to the right\n3. Prepend the next character to the left\n4. Append the next character to the right\n5. etc.\n\n### ℹ️ Example\n```\nHello:\n\nH - Omit\nHe - Append 'E' to the right\nLhe - Prepend 'L' to the left\nLhel - Append 'L' to the right\nOlhel - Prepend 'O' to the left\n```\nHence its name - Spiral.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fspiral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibnaleem%2Fspiral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fspiral/lists"}