{"id":16224025,"url":"https://github.com/quininer/seckey","last_synced_at":"2025-03-16T12:31:44.688Z","repository":{"id":57666506,"uuid":"66917801","full_name":"quininer/seckey","owner":"quininer","description":"Use `memsec` protected secret memory.","archived":false,"fork":false,"pushed_at":"2023-03-01T09:36:52.000Z","size":74,"stargazers_count":26,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T12:21:39.626Z","etag":null,"topics":["memory-management","rust","secret"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quininer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-30T07:35:00.000Z","updated_at":"2024-07-23T23:39:00.000Z","dependencies_parsed_at":"2022-09-26T20:31:49.847Z","dependency_job_id":null,"html_url":"https://github.com/quininer/seckey","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/quininer%2Fseckey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quininer%2Fseckey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quininer%2Fseckey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quininer%2Fseckey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quininer","download_url":"https://codeload.github.com/quininer/seckey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221663500,"owners_count":16859834,"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-management","rust","secret"],"created_at":"2024-10-10T12:21:40.564Z","updated_at":"2024-10-27T10:33:03.205Z","avatar_url":"https://github.com/quininer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seckey\n[![travis-ci](https://travis-ci.org/quininer/seckey.svg?branch=master)](https://travis-ci.org/quininer/seckey)\n[![appveyor](https://ci.appveyor.com/api/projects/status/fcldrw36r359us9i?svg=true)](https://ci.appveyor.com/project/quininer/seckey)\n[![crates](https://img.shields.io/crates/v/seckey.svg)](https://crates.io/crates/seckey)\n[![license](https://img.shields.io/github/license/quininer/seckey.svg)](https://github.com/quininer/seckey/blob/master/LICENSE)\n[![docs.rs](https://docs.rs/seckey/badge.svg)](https://docs.rs/seckey/)\n\nUse [memsec](https://github.com/quininer/memsec) protected secret memory.\n\n### exmaple\n\n```rust\nuse seckey::SecBytes;\n\nlet mut secpass = SecBytes::with(1, |buf| buf.copy_from_slice(\u0026[8; 8][..]));\n\n{\n\tassert_eq!([8u8; 8], *secpass.read());\n}\n\n{\n\tlet mut wpass = secpass.write();\n\twpass[0] = 0;\n\tassert_eq!([0, 8, 8, 8, 8, 8, 8, 8], *wpass);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquininer%2Fseckey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquininer%2Fseckey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquininer%2Fseckey/lists"}