Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AWS Cryptographic helpers for Javascript and Node.js

License

NotificationsYou must be signed in to change notification settings

aws/aws-sdk-js-crypto-helpers

AWS Cryptographic Helpers for Javascript and Node.js

Security issue notifications

Scope

This repository collects cryptographic helper packages. We have designed it to gather packages that implement simple primitives for the browser or Node.js. More information about AWS Crypto Tools can be foundhere

Project Status

This project is still in its early stages. Please send us your feedback. We might make breaking changes in future releases while the SDK is still in developer preview.

Getting started

Let’s walk through setting up a project that requires a cryptographically secure random value. The following steps use npm as an example. They assume you have node.js and npm already installed.

  1. Create a new node.js project.
  2. In the project, run:npm install --save @aws-crypto/random-source-node@preview
  3. Create a new file called index.js, require the function, and then use it to get a random value.
const{ randomValues}=require("@aws-crypto/random-source-node");asyncfunctionexample(){try{constrand=awaitrandomValues(32);console.log(rand.length);}catch(err){console.error(err);}}example();

Crypto Helper Package Index

Each package has readme details.

Testing

To run the tests in every package.

npm installnpm test

Feedback

We welcome your feedback! If you have comments, questions, or suggestions, open a GitHub issue.We are actively monitoring issues and will respond to feedback as we prepare for our GA launch.

Contributing

We welcome your contributions! To fix a problem, or add to an existing package: create a pull request.You must submit all pull requests under the Apache 2.0 license. They will be reviewed by a team member prior to merging.We would appreciate, but do not require, unit tests for all significant contributions. SeeContributing for more information.

License

This library is licensed under the Apache 2.0 License.

About

AWS Cryptographic helpers for Javascript and Node.js

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors27


[8]ページ先頭

©2009-2025 Movatter.jp