Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manav-khandurie/expressencryptionnodeservice

This is an API encryption service which can be used as a microservice and utilizes the Crypto Library of node.js & the AES Algorithm to encrypt the data which is provided through post request and returns that data in form of a json in an encrypted form
https://github.com/manav-khandurie/expressencryptionnodeservice

aes-256 api express microservice node-js

Last synced: 22 days ago
JSON representation

This is an API encryption service which can be used as a microservice and utilizes the Crypto Library of node.js & the AES Algorithm to encrypt the data which is provided through post request and returns that data in form of a json in an encrypted form

Awesome Lists containing this project

README

        

# expressEncryptionNodeService
This is a API encryption service which can be used as a microservice and utilizes the Crypto Library of node.js & the AES Algorithm to encrypt the data which is provided through post request and returns that data in form of a json in an encrypted form