{"id":29151351,"url":"https://github.com/karpeleslab/rndstr","last_synced_at":"2025-07-01T00:09:08.012Z","repository":{"id":134252502,"uuid":"259149165","full_name":"KarpelesLab/rndstr","owner":"KarpelesLab","description":"Random string functions in Go","archived":false,"fork":false,"pushed_at":"2020-04-26T23:20:09.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T02:00:07.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarpelesLab.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":"2020-04-26T22:46:18.000Z","updated_at":"2020-04-26T23:20:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f764b97c-d9db-4dbe-9a83-62b12a0104e6","html_url":"https://github.com/KarpelesLab/rndstr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KarpelesLab/rndstr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Frndstr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Frndstr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Frndstr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Frndstr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarpelesLab","download_url":"https://codeload.github.com/KarpelesLab/rndstr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarpelesLab%2Frndstr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870877,"owners_count":23377314,"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":"2025-07-01T00:09:03.896Z","updated_at":"2025-07-01T00:09:07.981Z","avatar_url":"https://github.com/KarpelesLab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/KarpelesLab/rndstr?status.svg)](https://godoc.org/github.com/KarpelesLab/rndstr)\n\n# Simple random string generator\n\nThis allows generating random strings very easily.\n\n```go\n\tfmt.Printf(\"Random string: %s\\n\", rndstr.Simple(16, rndstr.Alnum))\n\n\t// or to generate a secure string, using crypto/rand\n\tsecureStr := rndstr.SimpleReader(16, rndstr.Alnum, rand.Reader)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarpeleslab%2Frndstr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarpeleslab%2Frndstr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarpeleslab%2Frndstr/lists"}