{"id":16830558,"url":"https://github.com/robertdavidgraham/pemcrack","last_synced_at":"2025-04-07T09:19:23.220Z","repository":{"id":27532251,"uuid":"31013476","full_name":"robertdavidgraham/pemcrack","owner":"robertdavidgraham","description":"Cracks SSL PEM files that hold encrypted private keys. Brute forces or dictionary cracks. This code is extraordinarily slow, DON'T JUDGE ME!!!","archived":false,"fork":false,"pushed_at":"2021-11-17T16:00:49.000Z","size":465,"stargazers_count":301,"open_issues_count":1,"forks_count":101,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-03-31T07:07:36.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/robertdavidgraham.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":"2015-02-19T12:03:29.000Z","updated_at":"2025-02-11T11:40:18.000Z","dependencies_parsed_at":"2022-09-03T13:12:10.174Z","dependency_job_id":null,"html_url":"https://github.com/robertdavidgraham/pemcrack","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/robertdavidgraham%2Fpemcrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidgraham%2Fpemcrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidgraham%2Fpemcrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidgraham%2Fpemcrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertdavidgraham","download_url":"https://codeload.github.com/robertdavidgraham/pemcrack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622983,"owners_count":20968575,"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-10-13T11:39:44.307Z","updated_at":"2025-04-07T09:19:23.203Z","avatar_url":"https://github.com/robertdavidgraham.png","language":"C","funding_links":[],"categories":["Cryptography"],"sub_categories":[],"readme":"# pemcrack\nCracks SSL PEM files that hold encrypted private keys. Brute forces or dictionary cracks. This code is extraordinarily slow, DON'T JUDGE ME!!!\n\n##Building\n\nI include some binaries in the `bin` directory. You can trust me, I ran AV\non them and everything.\n\nI'm not spending a lot of time making it easy for you to compile this. Don't\njudge me, it's just a straightforward \"compile the code and link to the library\".\n\nOn Windows, you need to install the include files. It's just easiest to build\nopenssl from scratch. After that, use the Visual Studio project in the `vs10` directory.\n\nOn Mac OS X, just compile the following. You'll need to install the compiler,\nwhich comes with XCode developer tools.\n\n  gcc pemcrack.c -o pemcrack -lssl -lcrypto\n\nOn Linux, compile the following. You'll need get the `libssl-dev` package. I'm \nnot sure the exact name, I'll get around to testing it.\n\n  gcc pemcrack.c -o pemcrack -lssl -lcrypto\n  \n##See also\n\nHere is another project that does the same thing, in case this projeck doesn't \nsatisfy your needs\n\n  ``https://github.com/chipx0r/crackpkcs8``\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertdavidgraham%2Fpemcrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertdavidgraham%2Fpemcrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertdavidgraham%2Fpemcrack/lists"}