Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ecies/py-demo
- Owner: ecies
- License: mit
- Created: 2018-11-29T04:17:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T17:01:21.000Z (16 days ago)
- Last Synced: 2024-11-01T18:16:50.590Z (16 days ago)
- Topics: cryptography, ecies, fastapi, python3, secp256k1, webdemo
- Language: Python
- Homepage: https://demo.ecies.org/docs
- Size: 257 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```