{"id":21125332,"url":"https://github.com/ripjar/node-openssl","last_synced_at":"2026-04-24T08:31:37.166Z","repository":{"id":36400467,"uuid":"195553830","full_name":"ripjar/node-openssl","owner":"ripjar","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-30T11:25:16.000Z","size":98,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":18,"default_branch":"master","last_synced_at":"2026-01-01T04:20:00.055Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ripjar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-06T15:19:58.000Z","updated_at":"2025-07-30T11:25:10.000Z","dependencies_parsed_at":"2024-09-16T21:34:58.938Z","dependency_job_id":"acf7d5f4-4e34-4de8-aa10-a1dfedfbea2f","html_url":"https://github.com/ripjar/node-openssl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ripjar/node-openssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripjar%2Fnode-openssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripjar%2Fnode-openssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripjar%2Fnode-openssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripjar%2Fnode-openssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripjar","download_url":"https://codeload.github.com/ripjar/node-openssl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripjar%2Fnode-openssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-20T04:24:04.892Z","updated_at":"2026-04-24T08:31:37.151Z","avatar_url":"https://github.com/ripjar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node openssl\n\nThis was created so that we could verify the modulus of a public and private key\nmatch. At the moment it has two functions RSAPrivateKey and X509PublicKey. The\nfirst reads an rsa private key and the second reads from an x509 cert.\n\n### The output of RSAPrivateKey is as follows:\n```\n{\n        n: (hex string)             // public modulus\n        e: (hex string)             // public exponent\n        d: (hex string)             // private exponent\n        p: (hex string)             // secret prime factor\n        q: (hex string)             // secret prime factor\n        dmp1: (hex string)          // d mod (p-1)\n        dmq1: (hex string)          // d mod (q-1)\n        iqmp: (hex string)          // q^-1 mod p\n}\n```\n\n### The output of X509PublicKey is as follows:\n```\n{\n        n: (hex string)             // public modulus\n        e: (hex string)             // public exponent\n}\n```\n\n## Licence\n\nThis is licenced under the GNU Lesser General Public License version 2. See\nlgpl-2.1.txt for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripjar%2Fnode-openssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripjar%2Fnode-openssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripjar%2Fnode-openssl/lists"}