Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manav-khandurie/expressencryptionnodeservice
- Owner: Manav-Khandurie
- License: gpl-3.0
- Created: 2023-10-27T19:03:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T16:58:12.000Z (about 1 year ago)
- Last Synced: 2024-10-31T20:43:58.885Z (2 months ago)
- Topics: aes-256, api, express, microservice, node-js
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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