@utsavgadhiya/crypto-module

1.0.5 • Public • Published

crypto-module

This is a crypto module for encryption and decryption of data. This is a generic module and can be used with almost any type of data

Installation

npm i @utsavgadhiya/crypto-module

Example of the encryption payload

{
     "encrypted_keys": [
        "username",
        "email"
    ],
     "payloads": [
        {
            "members": [
                {
                    "username": "Harry",
                    "email": ""harry.potter@hogwards.edu",
                    "gender": "Male"
                },
                {
                    "username": "Hermione",
                    "email": "hermione.granger@hogwards.edu",
                    "gender": "Female"
                }
            ]
        }
    ]
}

Package Sidebar

Install

npm i @utsavgadhiya/crypto-module

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

7.75 kB

Total Files

3

Last publish

Collaborators

  • utsavgadhiya