
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
aws4-signature
Advanced tools
AWS Version 4 signature generator
var aws4_sign = require("aws4-signature");
var signature = aws4_sign(
"wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY",
"2011-09-09T12:00:00.000Z",
"us-east-1",
"iam",
"AWS4-HMAC-SHA256\n20110909T233600Z\n20110909/us-east-1/iam/aws4_request\n3511de7e95d28ecd39e9513b642aee07e54f4941150d8df8bf94b328ef7e55e2"
);
// Outputs "ced6826de92d2bdeed8f846f0bf508e8559e98e4b0199114b84c54174deb456c"
console.log(signature);
aws4-signature has a single function that returns a hexadecimal encoded signature
function aws4_sign(
secret, // Your AWS secret key
date, // The date of the request in any format that "new Date()" can parse
region, // The region that is receiving the request
service, // The service that is receiving the request
string_to_sign // The string to sign
)
FAQs
AWS Version 4 signature generator
The npm package aws4-signature receives a total of 83 weekly downloads. As such, aws4-signature popularity was classified as not popular.
We found that aws4-signature demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.