kigawas / eciespy-demo

A simple fastapi eciespy web backend demo

Home Page:https://ecies.deta.dev/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eciespy-demo

A simple demo of eciespy based on FastAPI

Example

curl -X POST https://eciespydemo-1-d5397785.deta.app/ \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'cache-control: no-cache' \
  -d 'data=abc&pub=0x98afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b'

About

A simple fastapi eciespy web backend demo

https://ecies.deta.dev/docs

License:MIT License


Languages

Language:Python 100.0%