4.0.0 • Published 10 months ago

@aws-crypto/integration-node v4.0.0

Weekly downloads
16
License
Apache-2.0
Repository
-
Last release
10 months ago

AWS Encryption SDK for Javascript Node.js Integration

This repository is for compatibility tests with the other versions of the AWS Encryption SDKs. It's purpose is to facilitate testing the set of test vectors the AWS Encryption SDK. The test vectors can be found at https://github.com/awslabs/aws-encryption-sdk-test-vectors. Manifest information can be found at https://github.com/awslabs/aws-crypto-tools-test-vector-framework.

It does not provide any useful functionality upon which you may want to build any dependencies. Instead you want to use it to verify environments (make sure the AWS Encryption SDK works on them).

To test Node.js compatibility

  1. Download a manifest zip file from aws-encryption-sdk-test-vectors or a supported format.
  2. Select or download both an encrypt manifest list and key manifest from aws-crypto-tools-test-vector-framework.
  3. Execute the CLI to run the integration tests for decrypt and encrypt.

integration-node is installed as a dependency or globally

decrypt tests

integration_node decrypt -v path/to/test/vectors/zip

encrypt tests

integration_node encrypt -m "path/or/url/to/manifest" -k "path/or/url/to/key" -o "url/to/decrypt/oracle"

integration-node has been checked out local

decrypt tests

npm run integration_node -- decrypt -v path/to/test/vectors/zip

encrypt tests

npm run integration_node -- encrypt -m "path/or/url/to/manifest" -k "path/or/url/to/key" -o "url/to/decrypt/oracle"

Test Integration

Just run

npm test

to run the tests.

3.2.2

10 months ago

4.0.0

10 months ago

3.2.0

1 year ago

1.9.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.0

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

1.9.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

1.7.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0-preview.5

5 years ago

0.2.0-preview.4

5 years ago

0.2.0-preview.3

5 years ago

0.2.0-preview.2

5 years ago

0.2.0-preview.1

5 years ago