{"id":16019669,"url":"https://github.com/tofran/aws-ses-smtp-credentials","last_synced_at":"2025-03-18T03:31:28.868Z","repository":{"id":143000140,"uuid":"613568613","full_name":"tofran/aws-ses-smtp-credentials","owner":"tofran","description":"🔑 Convert AWS Secret Access Keys into SES SMTP passwords, in your browser, with a simple and secure static site hosted on GitHub pages.","archived":false,"fork":false,"pushed_at":"2024-04-04T16:20:07.000Z","size":354,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T21:47:32.228Z","etag":null,"topics":["aws-credentials","aws-ses","aws-tools","ses-smtp"],"latest_commit_sha":null,"homepage":"https://tofran.github.io/aws-ses-smtp-credentials","language":"Svelte","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/tofran.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}},"created_at":"2023-03-13T20:36:34.000Z","updated_at":"2025-01-06T02:53:49.000Z","dependencies_parsed_at":"2023-12-07T23:29:36.276Z","dependency_job_id":"bd6f13e7-a9b1-4769-9d96-e694fddd224f","html_url":"https://github.com/tofran/aws-ses-smtp-credentials","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.19047619047619047","last_synced_commit":"0e38201def673a387c04712091d219113669c313"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Faws-ses-smtp-credentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Faws-ses-smtp-credentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Faws-ses-smtp-credentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Faws-ses-smtp-credentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tofran","download_url":"https://codeload.github.com/tofran/aws-ses-smtp-credentials/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243896884,"owners_count":20365457,"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":["aws-credentials","aws-ses","aws-tools","ses-smtp"],"created_at":"2024-10-08T17:05:05.109Z","updated_at":"2025-03-18T03:31:28.555Z","avatar_url":"https://github.com/tofran.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS SES SMTP password generator\n\nBrowser tool to convert AWS Secret Access Keys into AWS SES (Simple Email\nService) passwords.\n\nAvailable in [https://tofran.github.io/aws-ses-smtp-credentials][static site].\n\n## Library\n\nThis repo contains both a [static site] hosted on GitHub Pages, and an\n[NPM library] (`aws-ses-smtp-credentials`) to convert Secret Access Keys\ninto an SMTP passwords:\n\n**Installation**\n\n`npm install --save aws-ses-smtp-credentials`\n\n**Usage**\n\n```js\nimport { getSESSmtpPassword } from \"aws-ses-smtp-credentials\";\n\ngetSESSmtpPassword(secretAccessKey, region);\n```\n\n[npm library]: https://www.npmjs.com/package/aws-ses-smtp-credentials\n[static site]: https://tofran.github.io/aws-ses-smtp-credentials\n\n## Why?\n\nAWS [provides a Python script](https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html)\nto make this conversion. One could create a simple shell alias to perform this\nconversion (note that some adaptation is needed to avoid leaking credentials\nto the shell history).\nBut, I have always wondered why there isn't already a Javascript version (for\nthe browser - that does not use Node's crypto module).\nThus I took it as an opportunity to try a few new things and port it to\n`crypto-js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Faws-ses-smtp-credentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftofran%2Faws-ses-smtp-credentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Faws-ses-smtp-credentials/lists"}