{"id":22820156,"url":"https://github.com/kizzycode/osrandom-rust","last_synced_at":"2026-01-28T01:08:57.891Z","repository":{"id":66117960,"uuid":"534323245","full_name":"KizzyCode/osrandom-rust","owner":"KizzyCode","description":"This crate provides access to your operating system's cryptographically secure random number generator","archived":false,"fork":false,"pushed_at":"2024-11-29T22:14:16.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T00:28:10.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE BSD 2-CLAUSE.md","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,"zenodo":null}},"created_at":"2022-09-08T17:33:31.000Z","updated_at":"2024-11-29T22:14:20.000Z","dependencies_parsed_at":"2025-04-23T00:37:55.477Z","dependency_job_id":null,"html_url":"https://github.com/KizzyCode/osrandom-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KizzyCode/osrandom-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fosrandom-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fosrandom-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fosrandom-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fosrandom-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/osrandom-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fosrandom-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-12-12T15:16:43.731Z","updated_at":"2026-01-28T01:08:57.877Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![docs.rs](https://docs.rs/osrandom/badge.svg)](https://docs.rs/osrandom)\n[![crates.io](https://img.shields.io/crates/v/osrandom.svg)](https://crates.io/crates/crypto_api_osrandom)\n[![Download numbers](https://img.shields.io/crates/d/osrandom.svg)](https://crates.io/crates/osrandom)\n[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/osrandom-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/osrandom-rust)\n[![dependency status](https://deps.rs/crate/osrandom/latest/status.svg)](https://deps.rs/crate/osrandom)\n\n\n# osrandom\nWelcome to `osrandom` 🎉\n\nA really minimal wrapper around your operating system's cryptographically secure random number generator.\n\n\n## APIs used\nThe following native APIs are used:\n- macOS/iOS: `SecRandomCopyBytes` from the built-in `Security.framework`\n- FreeBSD/OpenBSD/NetBSD: `arc4random_buf` (which does not use ARC4 anymore but a secure PRF like\n  [ChaCha20](https://cr.yp.to/chacha.html))\n- Windows: `CryptGenRandom` with `PROV_RSA_FULL` as provider\n- Linux-GNU: `getrandom` for glibc versions \u003e= 2.25 or `/dev/urandom` for ancient distributions\n- Linux-MUSL: `/dev/urandom` for ancient distributions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fosrandom-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fosrandom-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fosrandom-rust/lists"}