adonisjs / encryption

Data encryption service for AdonisJS

Home Page:https://docs.adonisjs.com/guides/encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@adonisjs/encryption


gh-workflow-image npm-image license-image

Introduction

AdonisJS encryption packages is used to encrypt, sign and base64 encode values. The encryption is performed using aes-256-cbc algorithm. A unique iv is generated for each encryption call and therefore two encrypted output for the same value are different.

Official Documentation

The documentation is available on the AdonisJS website

Contributing

One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.

We encourage you to read the contribution guide before contributing to the framework.

Code of Conduct

In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the Code of Conduct.

License

AdonisJS encryption is open-sourced software licensed under the MIT license.

About

Data encryption service for AdonisJS

https://docs.adonisjs.com/guides/encryption

License:MIT License


Languages

Language:TypeScript 99.6%Language:Shell 0.4%