🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@groww-tech/encryption

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groww-tech/encryption

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

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

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.


Keywords

groww

FAQs

Package last updated on 03 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts