{"id":18483797,"url":"https://github.com/mindbeam/keyplace","last_synced_at":"2025-05-13T20:35:33.364Z","repository":{"id":62441634,"uuid":"341443974","full_name":"mindbeam/keyplace","owner":"mindbeam","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-01T07:01:27.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T20:33:50.314Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mindbeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-23T05:50:35.000Z","updated_at":"2021-02-23T06:07:01.000Z","dependencies_parsed_at":"2022-11-01T21:50:14.060Z","dependency_job_id":null,"html_url":"https://github.com/mindbeam/keyplace","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/mindbeam%2Fkeyplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Fkeyplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Fkeyplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Fkeyplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindbeam","download_url":"https://codeload.github.com/mindbeam/keyplace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254021619,"owners_count":22000959,"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-06T12:37:22.006Z","updated_at":"2025-05-13T20:35:33.346Z","avatar_url":"https://github.com/mindbeam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeyPlace\n\n * Human friendly key derivation\n * Server-assisted + persisted\n * Attack resistant\n * Use it in WASM or _wherever_\n\n# Why\n\nSo, you use paired-key cryptography on the internets, but you're getting fed up with silly humans writing their private keys on cocktail napkins? SAD!\n\nWhat if I told you there were a way for YOUR server to help manage these keys, but in a not-totally-crappy way?\n\nIt slices, it dices:\n\n* Securely derive private keys with no persistant storage on the user's station!\n* The server helps, but cannot actually see the keys. If your server gets pwned, you still win!\n* You get to change your keys and passwords independently!\n\nBut wait, there's more:\n\n* Store multiple keys using that one password\n* Store each key using multiple passwords\n* You can implement secure key recovery techniques\n\nKeyPlace is inspired by the Keybase key derivation algorithm https://book.keybase.io/docs/crypto\n\n```\nuse keyplace::{AgentKey,PassKey};\nlet agentkey = AgentKey::create(None);\n\nlet passkey = PassKey::new(\"I like turtles\");\nlet custkey = agentkey.custodial_key(passkey);\n\n// the custodial key is safe to send to the server\n// Never send the passkey to anyone!!\n\nlet passkey2 = PassKey::new(\"I like turtles\");\nlet agentkey2 = AgentKey::from_custodial_key(custkey, passkey2).unwrap();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindbeam%2Fkeyplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindbeam%2Fkeyplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindbeam%2Fkeyplace/lists"}