{"id":22096415,"url":"https://github.com/hwvs/ezrandom-js","last_synced_at":"2026-04-25T11:32:14.913Z","repository":{"id":166666382,"uuid":"225452835","full_name":"hwvs/EZRandom-JS","owner":"hwvs","description":"Provides easy-to-use functions to generate cryptographically-secure random text and random data in Javascript","archived":false,"fork":false,"pushed_at":"2019-12-02T20:02:42.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T15:46:44.801Z","etag":null,"topics":["csprng","isaac","javascript","random","random-generation","random-text","random-text-generation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hwvs.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":"2019-12-02T19:30:58.000Z","updated_at":"2022-04-28T15:11:01.000Z","dependencies_parsed_at":"2023-07-27T20:04:09.964Z","dependency_job_id":null,"html_url":"https://github.com/hwvs/EZRandom-JS","commit_stats":null,"previous_names":["hwvs/ezrandom-js"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hwvs/EZRandom-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwvs%2FEZRandom-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwvs%2FEZRandom-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwvs%2FEZRandom-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwvs%2FEZRandom-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hwvs","download_url":"https://codeload.github.com/hwvs/EZRandom-JS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwvs%2FEZRandom-JS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["csprng","isaac","javascript","random","random-generation","random-text","random-text-generation"],"created_at":"2024-12-01T04:10:46.454Z","updated_at":"2026-04-25T11:32:14.897Z","avatar_url":"https://github.com/hwvs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EZRandom-JS\nProvides easy-to-use functions to generate secure-random strings in Javascript\n\nUses [window.crypto if available (all modern browsers)](https://caniuse.com/#feat=cryptography) or falls back to a custom [ISAAC CSPRNG](http://rosettacode.org/wiki/The_ISAAC_Cipher) if it’s not available.\n\n# Example Usage\n```\n \u003cscript src=\"js/ezrandom.min.js\"\u003e\u003c/script\u003e \n```\n\n```\n console.log(\"Random string: \" + randomString(16));\n console.log(\"Random password: \" + randomPassword(16));\n console.log(\"Random letters: \" + randomAlpha(16));\n console.log(\"Random lowercase: \" + randomAlphaLower(16));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwvs%2Fezrandom-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhwvs%2Fezrandom-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwvs%2Fezrandom-js/lists"}