Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ecies/py-demo

A simple fastapi eciespy web backend demo
https://github.com/ecies/py-demo

cryptography ecies fastapi python3 secp256k1 webdemo

Last synced: 10 days ago
JSON representation

A simple fastapi eciespy web backend demo

Awesome Lists containing this project

README

        

# eciespy-demo

A simple demo of [eciespy](https://github.com/ecies/py) based on FastAPI

## Example

```bash
curl -X POST https://demo.ecies.org/ \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'cache-control: no-cache' \
-d 'data=abc&pub=0x98afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b'
```