@groww-tech/encryption
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

encryption

npm version minzipped size GitHub Workflow Status


Encryption service as name suggests provides encryption, decryption facility with all major algorithms in trend.

Installation

npm i @groww-tech/encryption

API

Encryption has a pretty straight forward API usage.

import { encryptAes } from '@groww-tech/encryption';

console.log(encryptAes('Data to encrypt','secret-key')); // Ouput - { data: 'random string', error:null }

License

Encryption is licensed under a MIT License.


This package is customized for use in Groww projects. Use at your own risk.



Package Sidebar

Install

npm i @groww-tech/encryption

Weekly Downloads

551

Version

1.1.1

License

MIT

Unpacked Size

8.64 kB

Total Files

9

Last publish

Collaborators

  • vikaz707