{"id":59809,"library":"deno-crypto","title":"Deno Crypto","description":"Web Cryptography API implementation for Deno.","status":"active","version":"0.264.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno","tags":["crypto","deno","web","api"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_crypto = \"0.264.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_crypto","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Crypto","correct":"use deno_crypto::Crypto;"}],"quickstart":{"code":"use deno_crypto::Crypto;\n\nfn main() {\n    let crypto = Crypto::default();\n    let random = crypto.random_values(10);\n    println!(\"{:?}\", random);\n}","lang":"rust","description":"Generates 10 random bytes using the Web Crypto API."},"warnings":[{"fix":"Use within a Deno extension or with deno_core","message":"Requires Deno runtime features; not standalone","severity":"gotcha","affected_versions":">=0.264.0"}],"env_vars":null,"search_vec":"'api':5,12 'crypto':2,9 'cryptographi':4 'deno':1,8,10 'implement':6 'web':3,11","created_at":"2026-06-16T17:17:22.850078+00:00","updated_at":"2026-06-16T17:17:22.850078+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/denoland/deno","github":"https://github.com/denoland/deno","docs":"https://docs.rs/deno_crypto/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}