Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

encryption service done #167

Merged
merged 33 commits into from
Mar 22, 2023
Merged

Conversation

sandeep-groww
Copy link
Contributor

What does this PR do?

An encryption service that will be used by the consumers to encrypt and decrypt the data

What packages have been affected by this PR?

Types of changes

What types of changes does your code introduce to this project?

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Package version increase in any of the packages?

Checklist before merging

Put an x in the boxes that apply

  • These changes have been thoroughly tested.

  • Changes need to be immediately published on npm.

@sandeep-groww sandeep-groww requested a review from a team March 17, 2023 07:49
@sandeep-groww sandeep-groww force-pushed the feat/encyption-decryption-service branch from 88b0246 to bdc3739 Compare March 17, 2023 09:43
@sandeep-groww sandeep-groww force-pushed the feat/encyption-decryption-service branch from beb802d to c41169a Compare March 21, 2023 19:46
@sandeep-groww sandeep-groww requested a review from a team March 22, 2023 04:51

//This is a DUMMY secret key is just for TESTING purpose
// eslint-disable-next-line
const DUMMY_SECRET_KEY = 'TEST_SECRET_KEY';

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "TEST_SECRET_KEY" is used as [key](1). The hard-coded value "TEST_SECRET_KEY" is used as [key](2).
@vikaz-singh vikaz-singh merged commit c3a26fd into develop Mar 22, 2023
@vikaz-singh vikaz-singh deleted the feat/encyption-decryption-service branch March 22, 2023 07:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants