1.0.65 • Published 3 months ago

react-npm-encrypt-decrypt v1.0.65

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

CryptoJS JSON Encryption and Decryption

This module provides functions for encrypting and decrypting JSON data using the CryptoJS library.

Installation

npm i react-npm-encrypt-decrypt

Usage

Add the following lines to your .env file:

REACT_APP_TECHUS_AES_ENC_SECRET_KEY="your-secret-key"
REACT_APP_TECHUS_AES_ENC_IV="your-initialization-vector"

Note: 1. For obtaining the encryption keys, please contact hbabu@compindia.com. 2. For suggestions, feedback, or requests, please feel free to reach out to us via email at hbabu@compindia.com. We value your input and strive to implement your suggestions.

Implement the techusDecryptHandler, and techusEncryptHandler to your code like

const { techusDecryptHandler, techusEncryptHandler } = require('react-npm-encrypt-decrypt');

// Decrypt JSON data from a response
const responseData = techusDecryptHandler(encData);

console.log('Decrypted Data:', responseData);
console.log(JSON.parse(responseData));

// Encrypt data before sending
const dataToEncrypt = { someKey: 'someValue' };
  const encryptStr = techusEncryptHandler(dataToEncrypt);
    console.log('enc Data str', encryptStr)
1.0.62

3 months ago

1.0.61

3 months ago

1.0.60

3 months ago

1.0.65

3 months ago

1.0.64

3 months ago

1.0.63

3 months ago

1.0.44

3 months ago

1.0.48

3 months ago

1.0.47

3 months ago

1.0.46

3 months ago

1.0.45

3 months ago

1.0.49

3 months ago

1.0.51

3 months ago

1.0.50

3 months ago

1.0.55

3 months ago

1.0.54

3 months ago

1.0.53

3 months ago

1.0.52

3 months ago

1.0.59

3 months ago

1.0.58

3 months ago

1.0.57

3 months ago

1.0.56

3 months ago

1.0.39

3 months ago

1.0.38

3 months ago

1.0.40

3 months ago

1.0.43

3 months ago

1.0.42

3 months ago

1.0.41

3 months ago

1.0.29

3 months ago

1.0.33

3 months ago

1.0.32

3 months ago

1.0.31

3 months ago

1.0.30

3 months ago

1.0.37

3 months ago

1.0.36

3 months ago

1.0.35

3 months ago

1.0.34

3 months ago

1.0.22

3 months ago

1.0.26

3 months ago

1.0.23

3 months ago

1.0.28

3 months ago

1.0.27

3 months ago

1.0.21

3 months ago

1.0.20

3 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.17

3 months ago

1.0.16

3 months ago

1.0.15

3 months ago

1.0.14

3 months ago

1.0.13

3 months ago

1.0.12

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago