Symmetric-key algorithm
https://en.wikipedia.org/wiki/Symmetric-key_algorithm
asymmetric cryptography
https://en.wikipedia.org/wiki/Public-key_cryptography
command : local: npm start or npm start:dev
health : http://localhost:5001/health
encrypt:
post : http://localhost:5001/encrypt
{
"plainText": "sample application"
}
{
"encryptedData": "aeaded7bf5d1c5090c6563cf9ec372a1d1b53bb83d74183e0363706d40407ed6"
}
decrypt:
post : http://localhost:5001/decrypt
{
"encryptedData": "aeaded7bf5d1c5090c6563cf9ec372a1d1b53bb83d74183e0363706d40407ed6"
}
{
"plainText": "sample application"
}
-
Notifications
You must be signed in to change notification settings - Fork 0
sudhakar-jonnakuti/express-crypto-symmetric
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Typescript + Express + Crypto
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published