{"id":21373298,"url":"https://github.com/duquejo/azure-fn-nodejs-encryptionservice","last_synced_at":"2025-06-16T10:39:19.150Z","repository":{"id":166189222,"uuid":"641637635","full_name":"duquejo/Azure-Fn-NodeJS-EncryptionService","owner":"duquejo","description":"Node JS v18 Azure function with asymmetric cypher encryption/decryption services","archived":false,"fork":false,"pushed_at":"2024-07-28T17:59:35.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T09:13:23.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/duquejo.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}},"created_at":"2023-05-16T21:22:01.000Z","updated_at":"2024-07-28T17:59:32.000Z","dependencies_parsed_at":"2024-11-22T08:42:04.163Z","dependency_job_id":null,"html_url":"https://github.com/duquejo/Azure-Fn-NodeJS-EncryptionService","commit_stats":null,"previous_names":["duquejo/azure-fn-nodejs-encryptionservice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duquejo/Azure-Fn-NodeJS-EncryptionService","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duquejo%2FAzure-Fn-NodeJS-EncryptionService","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duquejo%2FAzure-Fn-NodeJS-EncryptionService/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duquejo%2FAzure-Fn-NodeJS-EncryptionService/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duquejo%2FAzure-Fn-NodeJS-EncryptionService/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duquejo","download_url":"https://codeload.github.com/duquejo/Azure-Fn-NodeJS-EncryptionService/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duquejo%2FAzure-Fn-NodeJS-EncryptionService/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260142828,"owners_count":22965201,"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-22T08:27:14.296Z","updated_at":"2025-06-16T10:39:19.100Z","avatar_url":"https://github.com/duquejo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure asymmetric decoding functional key\n\n## Installation\n\n```bash\n$ npm install\n```\n\n## Running the service locally\n\n```bash\n# az function start\n$ npm run start\n\n# typescript tsc watching compiling mode (while development)\n$ npm run watch\n```\n\n## Test\n\n```bash\n# unit tests --watchMode\n$ npm run test\n\n# test coverage\n$ npm run test:coverage\n```\n\n## Generate our public/private pems.\n\nGenerating RSA private .pem file\n```bash\nopenssl genrsa -out {location.pem}\n```\n\nGenerating RSA public .pem file from existing private .pem file. \n```bash\n openssl rsa -in {private.pem-location} -pubout -out {location.pem}\n```\n\nThese keys must be placed in `az-authentication/keys`.\n\n### Suggestions\nIf you want a quick deployment, you can use AZ functions Toolkit for that.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduquejo%2Fazure-fn-nodejs-encryptionservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduquejo%2Fazure-fn-nodejs-encryptionservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduquejo%2Fazure-fn-nodejs-encryptionservice/lists"}