{"id":21638508,"url":"https://github.com/linx-software/generate-random-string","last_synced_at":"2026-03-19T21:03:02.977Z","repository":{"id":65671859,"uuid":"596605933","full_name":"linx-software/generate-random-string","owner":"linx-software","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-06T09:28:16.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T02:44:14.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/linx-software.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":"2023-02-02T14:54:23.000Z","updated_at":"2023-06-17T09:34:20.000Z","dependencies_parsed_at":"2023-02-18T07:01:16.903Z","dependency_job_id":null,"html_url":"https://github.com/linx-software/generate-random-string","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Fgenerate-random-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Fgenerate-random-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Fgenerate-random-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Fgenerate-random-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linx-software","download_url":"https://codeload.github.com/linx-software/generate-random-string/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244333022,"owners_count":20436123,"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-25T04:09:55.162Z","updated_at":"2026-01-04T20:00:45.563Z","avatar_url":"https://github.com/linx-software.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Random String\n\nUse this utility to generate random strings\n\n## Prerequisites\n\nLinx Designer 6.4.3 or higher\n\n## Setup\n\n1. Download the repo\n2. Open the `GeneratingRandomString.solution` file in the repository `Linx6` folder\n\n## Usage \n\n1. Debug the `GenerateRandomString` function\n2. Define values for the input parameters\n   1. Length (String)\n   2. AllowUpperCase (Boolean)\n   3. AllowLowerCase (Boolean)\n   4. AllowSpecialCharacters (Boolean)\n   5. AllowNumbers (Boolean)\n3. Start the debugger\n\n## Explanation\n\n1. A string of all allowed characters is created.\n2. The Cryptography plugin (`GenerateRandom`) is used to generate a random byte.\n3. The byte identifies the location of one character in the string of allowed characters.\n4. Each identified character is appended to the end of the return string.\n5. The process is repeated until the length of the return string matches the desired length.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx-software%2Fgenerate-random-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinx-software%2Fgenerate-random-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx-software%2Fgenerate-random-string/lists"}