{"id":25360643,"url":"https://github.com/beliumgl/rsg","last_synced_at":"2025-10-15T20:35:26.183Z","repository":{"id":277571833,"uuid":"932833876","full_name":"beliumgl/rsg","owner":"beliumgl","description":"A project written in C++17 that allows you to generate strings with different modes, different character sets, and any length.","archived":false,"fork":false,"pushed_at":"2025-02-14T17:04:21.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T17:33:01.885Z","etag":null,"topics":["cpp","cpp17","random","random-generation","random-string-generation","random-string-generator","random-string-generators","strings"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beliumgl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-14T15:53:40.000Z","updated_at":"2025-02-14T17:31:38.000Z","dependencies_parsed_at":"2025-02-14T17:44:08.522Z","dependency_job_id":null,"html_url":"https://github.com/beliumgl/rsg","commit_stats":null,"previous_names":["beliumgl/rsg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beliumgl%2Frsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beliumgl%2Frsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beliumgl%2Frsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beliumgl%2Frsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beliumgl","download_url":"https://codeload.github.com/beliumgl/rsg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973731,"owners_count":21026728,"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":["cpp","cpp17","random","random-generation","random-string-generation","random-string-generator","random-string-generators","strings"],"created_at":"2025-02-14T21:54:40.079Z","updated_at":"2025-10-15T20:35:21.134Z","avatar_url":"https://github.com/beliumgl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random String Generator\nA project written in C++17 that allows you to generate strings with different modes, different character sets, and any length (within a specified range).\n\n# Build\n```\nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake --build .\n```\n# Run\n```\n./testapp\n```\n\n# Usage\n```cpp\n#include \u003ciostream\u003e\n\n#include \u003cinclude/rsg.hpp\u003e\n\nint main() {\n    unsigned short length = 20;\n    unsigned char mode = 0; // truly random\n    // Example usage\n    RSG::RSG rsg = RSG::RSG(\"charset (you can edit this btw)\", length, mode);\n\n    std::cout \u003c\u003c rsg.Generate() \u003c\u003c '\\n';\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeliumgl%2Frsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeliumgl%2Frsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeliumgl%2Frsg/lists"}