{"id":17947547,"url":"https://github.com/evanhei/passkey","last_synced_at":"2026-05-08T14:12:44.830Z","repository":{"id":259796977,"uuid":"879435231","full_name":"EvanHei/Passkey","owner":"EvanHei","description":"A Windows desktop app for password-derived and generated keys.","archived":false,"fork":false,"pushed_at":"2025-05-17T17:43:16.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T18:31:00.715Z","etag":null,"topics":["csharp","cybersecurity","desktop-app","dotnet","keyderivation","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/EvanHei.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-27T22:15:28.000Z","updated_at":"2025-05-17T17:43:11.000Z","dependencies_parsed_at":"2024-10-28T03:27:55.984Z","dependency_job_id":"c9e40526-f935-4209-a4e8-99be531934cd","html_url":"https://github.com/EvanHei/Passkey","commit_stats":null,"previous_names":["evanhei/passkey"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EvanHei/Passkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanHei%2FPasskey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanHei%2FPasskey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanHei%2FPasskey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanHei%2FPasskey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvanHei","download_url":"https://codeload.github.com/EvanHei/Passkey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanHei%2FPasskey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274113090,"owners_count":25224335,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","cybersecurity","desktop-app","dotnet","keyderivation","windows"],"created_at":"2024-10-29T08:05:39.902Z","updated_at":"2026-05-08T14:12:44.784Z","avatar_url":"https://github.com/EvanHei.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passkey\n\nA Windows desktop app for computing cryptographic keys.\n\n## Table of Contents\n\n1. [Getting Started](#getting-started)\n2. [Guide](#guide)\n3. [Technologies](#technologies)\n\n## Getting Started\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eRun from executable\u003c/strong\u003e\u003c/summary\u003e\n\n1. Download [Passkey-v1.0.0-x64.exe](https://github.com/EvanHei/Passkey/releases/download/v1.0.0/Passkey-v1.0.0-x64.exe) or [Passkey-v1.0.0-x86.exe](https://github.com/EvanHei/Passkey/releases/download/v1.0.0/Passkey-v1.0.0-x86.exe) depending on your architecture.\n\n   | File                   | SHA-256                                                            |\n   | ---------------------- | ------------------------------------------------------------------ |\n   | Passkey-v1.0.0-x64.exe | `5d858333145b586a57ea9f476197fea4649801c9705224003ec863f7791cc547` |\n   | Passkey-v1.0.0-x86.exe | `cf159d6205d35d58bcfb6b2b71014c72fef08e27fe19048d50acbae7bdf85621` |\n\n2. Double-click the executable, click \"More info\", and then click \"Run anyway\". This prompt will disappear the next time it's run.\n\n   \u003cimg src=\"./images/MoreInfo.png\" width=\"350\"\u003e\u003cimg src=\"./images/RunAnyway.png\" width=\"350\"\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eRun from source code\u003c/strong\u003e\u003c/summary\u003e\n\n1. Download the .NET SDK from Microsoft's website \u003ca href=\"https://dotnet.microsoft.com/download\"\u003e here\u003c/a\u003e or verify installation by running the following command:\n\n   ```bash\n   dotnet --version\n   ```\n\n2. Navigate to Passkey/WinFormsUI/ and launch with the following command:\n\n   ```bash\n   dotnet run\n   ```\n\n\u003c/details\u003e\n\n## Guide\n\n### Deriver Panel\n\nThe Deriver panel allows a key of variable length to be derived from a password using the PBKDF2 algorithm.\n\n- **👁**: reveals the password.\n- **Key Length (in bytes)**: the desired length of the key in bytes.\n- **Slider**: adjusts the key length.\n- **Iterations**: sets the number of iterations in the derivation.\n- **Algorithm Dropdown**: sets the hashing algorithm.\n- **Salt**: adds a randomly generated salt to the password before derivation.\n- **🔄**: generates a new random salt and recomputes the key.\n- **📋**: copies a value to the clipboard.\n- **❔**: opens the README on GitHub.\n\n\u003cimg src=\"./images/DeriverPanel.png\" width=\"300\"\u003e\n\n### Generator Panel\n\nThe Generator panel allows creation of a symmetric or asymmetric key pair using the RSA or ECDSA algorithms.\n\n#### Symmetric Panel\n\n- **Key Length (in bytes)**: the desired length of the key in bytes.\n- **Slider**: adjusts the key length.\n- **🔄**: recomputes a new key.\n- **📋**: copies a value to the clipboard.\n\n\u003cimg src=\"./images/SymmetricPanel.png\" width=\"300\"\u003e\n\n#### Asymmetric Panel\n\n- **Save**: saves the public and private keys to PEM files.\n\n\u003cimg src=\"./images/AsymmetricPanel.png\" width=\"300\"\u003e\n\n## Technologies\n\n- **OS**: Windows\n- **IDE**: Visual Studio\n- **Language**: C#\n- **Framework**: .NET\n- **UI**: Windows Forms\n- **Version Control**: Git / GitHub\n- **Algorithms**: PBKDF2, RSA, ECDSA, SHA1, SHA256, SHA384, SHA512\n- **Unit Tests**: xUnit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanhei%2Fpasskey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanhei%2Fpasskey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanhei%2Fpasskey/lists"}