{"id":18493387,"url":"https://github.com/netfloex/rainbow","last_synced_at":"2025-05-14T02:11:20.422Z","repository":{"id":59914255,"uuid":"540058465","full_name":"Netfloex/Rainbow","owner":"Netfloex","description":"Creates a wordlist of every possible character hashes it and stores it in a database","archived":false,"fork":false,"pushed_at":"2022-10-16T21:24:09.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T23:25:32.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Netfloex.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}},"created_at":"2022-09-22T15:54:29.000Z","updated_at":"2022-09-22T15:54:36.000Z","dependencies_parsed_at":"2023-01-20T04:34:20.723Z","dependency_job_id":null,"html_url":"https://github.com/Netfloex/Rainbow","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"Netfloex/Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netfloex%2FRainbow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netfloex%2FRainbow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netfloex%2FRainbow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netfloex%2FRainbow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netfloex","download_url":"https://codeload.github.com/Netfloex/Rainbow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254053592,"owners_count":22006746,"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","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-11-06T13:14:13.546Z","updated_at":"2025-05-14T02:11:20.400Z","avatar_url":"https://github.com/Netfloex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rainbow Table\n\nStores a hash of every possible character combination\n\n## Features\n\n-   Can create a word from a number and vice-versa\n-   MD5 hash words as quickly as possible and write them to the database\n-   Basic cli:\n\n```\n\tCommands:\n\trainbow run      Fills the table with more data\n\trainbow search   Search for a hash in the database\n\trainbow hash     Hashes a string\n\trainbow convert  Converts a string to a number or vice-versa\n\trainbow stats    Shows stats- Convert\n```\n\n### Installation\n\n#### Docker Compose\n\n```yaml\nversion: \"3\"\nservices:\n    rainbow:\n        image: netfloex/rainbow:v0.1.0\n        container_name: rainbow\n        restart: unless-stopped\n        environment:\n            DB_HOST: /var/run/postgresql\n            NUMBER_FORMAT_LANGUAGE: nl-NL\n        volumes:\n            - db:/var/run/postgresql\n\n    database:\n        image: postgres:14-alpine\n        container_name: rainbow-db\n        restart: unless-stopped\n        environment:\n            POSTGRES_DB: rainbow\n            POSTGRES_PASSWORD: rainbow-table\n        volumes:\n            - postgres:/var/lib/postgresql/data\n            - db:/var/run/postgresql\nvolumes:\n    postgres:\n    db:\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetfloex%2Frainbow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetfloex%2Frainbow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetfloex%2Frainbow/lists"}