GithubHelp home page GithubHelp logo

test-mass-forker-org-1 / aws-sdk-js-crypto-helpers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws/aws-sdk-js-crypto-helpers

0.0 0.0 0.0 3.4 MB

AWS Cryptographic helpers for Javascript and Node.js

License: Apache License 2.0

JavaScript 5.25% TypeScript 94.75%

aws-sdk-js-crypto-helpers's Introduction

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 found here

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");
async function example() {
  try {
    const rand = await randomValues(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 install
npm 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. See Contributing for more information.

License

This library is licensed under the Apache 2.0 License.

aws-sdk-js-crypto-helpers's People

Contributors

seebees avatar dependabot-preview[bot] avatar trivikr avatar josecorella avatar jpeddicord avatar robin-aws avatar texastony avatar dependabot[bot] avatar alexforsyth avatar justingrant avatar allanzhengyp avatar agray256 avatar alex-chew avatar danthegoodman avatar scottarc avatar lavaleri avatar deepikavasudevan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.