An online decoder for COSE messages, currently limited to COSE_Sign1.
https://gluecose.github.io/cose-viewer/
- Install
npm - Install project dependencies
npm install - Run a build script
npm run build, the files will appear indistdirectory - Serve built files locally and access them via your browser, e.g.
python3 -m http.server 8080 --bind 127.0.0.1 --directory dist