Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-ses-smtp-credentials

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-ses-smtp-credentials

Generate SES (Simple Email Service) SMTP credentials from AWS Secret Access Keys in the browser.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

aws-ses-smtp-credentials

Simple browser compatible package package to convert AWS secret access keys into AWS SES (Simple Email Service) SMTP passwords.

This package was intended to use in the browser, it uses crypto-js instead of the standard node cryptography modules.

Usage

Call getSESSmtpPassword with your secret access key and the region ID. It will return the password as a string. It should be used with as the SMTP password for one of the available AWS SES endpoints, in combination with the access key ID as the username.

import { getSESSmtpPassword } from 'aws-ses-smtp-credentials';

getSESSmtpPassword(
    'dhSgJJyAs+2z19oLOVkwBrE6GkdNQD5fL5Dou5Tb',
    'eu-central-1'
)

Keywords

FAQs

Package last updated on 28 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc