{"id":18892382,"url":"https://github.com/hf/secmem","last_synced_at":"2026-02-26T06:30:14.518Z","repository":{"id":143824647,"uuid":"31432908","full_name":"hf/secmem","owner":"hf","description":"A simple, header-only C++ library, that creates a secure memory mapping.","archived":false,"fork":false,"pushed_at":"2015-03-20T10:07:58.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T06:29:49.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T18:23:05.000Z","updated_at":"2015-03-20T10:07:59.000Z","dependencies_parsed_at":"2023-03-21T04:28:03.746Z","dependency_job_id":null,"html_url":"https://github.com/hf/secmem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fsecmem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fsecmem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fsecmem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fsecmem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hf","download_url":"https://codeload.github.com/hf/secmem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239868600,"owners_count":19710474,"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":[],"created_at":"2024-11-08T08:01:44.266Z","updated_at":"2026-02-26T06:30:14.474Z","avatar_url":"https://github.com/hf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecMem\n\nThis is a small, minimal, header-only C++ library that creates a secure memory\nmapping in the virutal memory subsystem.\n\nSecure memory implies:\n\n+ it will not be shared among processes\n+ will not be persisted to swap, i.e. always locked in RAM\n+ it is securely clearable with zeros or another value\n+ it allows specific protection, i.e. generates SEGFAULT on disallowed access\n\nThis library uses reference counting to manage the memory mapping.\n\nIt is useful for managing memory in cryptographic applications.\n\n## License\n\nCopyright \u0026copy; 2015 Stojan Dimitrovski\n\nAll code herein (except where otherwise noted) is distributed under\n[The MIT License](http://opensource.org/licenses/MIT).\n\nSee the included file `LICENSE.txt` for the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fsecmem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhf%2Fsecmem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fsecmem/lists"}