{"id":18765204,"url":"https://github.com/illdefined/sensitive","last_synced_at":"2025-04-13T05:11:00.162Z","repository":{"id":50138515,"uuid":"368853077","full_name":"illdefined/sensitive","owner":"illdefined","description":"Simple Rust memory allocator for sensitive information","archived":false,"fork":false,"pushed_at":"2025-03-10T21:19:47.000Z","size":128,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T22:02:42.906Z","etag":null,"topics":["memory-allocator","security"],"latest_commit_sha":null,"homepage":"","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/illdefined.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-19T11:57:48.000Z","updated_at":"2025-03-22T20:10:08.000Z","dependencies_parsed_at":"2024-11-07T18:50:53.888Z","dependency_job_id":null,"html_url":"https://github.com/illdefined/sensitive","commit_stats":{"total_commits":126,"total_committers":1,"mean_commits":126.0,"dds":0.0,"last_synced_commit":"1ce9820c894ae62fb03d304a8c85382a7224da8e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illdefined%2Fsensitive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illdefined%2Fsensitive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illdefined%2Fsensitive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illdefined%2Fsensitive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/illdefined","download_url":"https://codeload.github.com/illdefined/sensitive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665746,"owners_count":21142123,"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":["memory-allocator","security"],"created_at":"2024-11-07T18:33:10.507Z","updated_at":"2025-04-13T05:11:00.151Z","avatar_url":"https://github.com/illdefined.png","language":"Rust","readme":"## Synopsis\n\nThis is a library of memory allocators and data structures to handle sensitive information, especially when interfacing with foreign and unsafe code.\n\nIt currently features:\n\n- An interface to the system’s [page allocator](https://docs.rs/sensitive/*/sensitive/pages/),\n- a simple [memory allocator](https://docs.rs/sensitive/*/sensitive/alloc/) implementing the [`Allocator`](https://doc.rust-lang.org/nightly/std/alloc/trait.Allocator.html) trait, and\n- access‐guarded wrappers around [`Box`](https://docs.rs/sensitive/*/sensitive/boxed/), [`Vec`](https://docs.rs/sensitive/*/sensitive/vec/) and [`String`](https://docs.rs/sensitive/*/sensitive/string/).\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nsensitive = \"0.10\"\n```\n\nThe `force-mlock` feature may be used to force allocations to be memory‐resident: If the memory cannot be locked, the allocation will fail. Without this feature, locking is attempted, but failures are ignored.\n\n## Implementation notes\n\nThis code relies heavily on experimental nightly‐only APIs.\n\n## Intellectual property\n\nThis work is dedicated to the public domain under the terms of the\n[CC0 1.0 licence](https://creativecommons.org/publicdomain/zero/1.0/).\n\nThe author holds no patent rights related to this work.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filldefined%2Fsensitive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filldefined%2Fsensitive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filldefined%2Fsensitive/lists"}