Skip to main content
Related Links
This SDK provides a set of JavaScript utilities for interacting with the Encryption Service, offering functions and helpers to facilitate encryption and decryption.

Pre-requisites

Before installing this package, make sure to follow below steps:
1

Request repository access to the Packages

Reach out to Platform team to request access to the Packages repository:
2

Generate a personal access token

Generate a personal access token with the following scopes:
repo
read:packages
3

Create an .npmrc file

Create an .npmrc file and add below code:

Install

Download the package using your preferred package manager:

Quickstart

  • Import the EncryptionService from the package.
  • Initialize the EncryptionService with environment and API_KEY.
  • Call the desired method on the EncryptionService instance.