{"id":15725012,"url":"https://github.com/ecto/rcs","last_synced_at":"2025-10-09T23:33:48.445Z","repository":{"id":6184250,"uuid":"7414585","full_name":"ecto/rcs","owner":"ecto","description":"random character server","archived":false,"fork":false,"pushed_at":"2013-01-03T00:40:38.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T09:40:52.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ecto.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}},"created_at":"2013-01-02T22:36:34.000Z","updated_at":"2013-12-02T02:29:54.000Z","dependencies_parsed_at":"2022-08-19T13:00:49.090Z","dependency_job_id":null,"html_url":"https://github.com/ecto/rcs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecto/rcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Frcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Frcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Frcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Frcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecto","download_url":"https://codeload.github.com/ecto/rcs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Frcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002310,"owners_count":26083340,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T22:18:54.114Z","updated_at":"2025-10-09T23:33:48.389Z","avatar_url":"https://github.com/ecto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rcs\n\nRCS (Random Character Server) serves `/dev/urandom` over HTTPS to provide entropy for client-side CSPRNGs, avoiding collecting mouse movement from the client or other environmental variables. It keeps a stream of `/dev/urandom` open and spits out bytes when requested.\n\n# usage\n\nClone this repository and run `node server` from the directory.\n\nYou should generate your own SSL certificate, but the `example.pfx` file will work for demonstration purposes.\n\nYou can change the port in the code. The program is so simple that it seemed foolish to add a config file.\n\nRun `curl -k https://localhost:8000`, receive randomness\n\nRun `curl -k https://localhost:8000/123`, receive 123 characters of randomness\n\nRun `curl -ks https://localhost:8000/123 | wc -m`, confirm you've received 123 characters of randomness\n\n# license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecto%2Frcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecto%2Frcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecto%2Frcs/lists"}