A tool to extract the payload from CMSSignedData binary objects without verifying the signature. BouncyCastle is used to parse the binary data structures.
cat cms-signed-file.bin | cms-content-extractor > cms-payload.bin
Endpoint | Input | Output | Description |
---|---|---|---|
GET /health |
- | 200 Ok | Healthcheck Endpoint |
POST / |
CMSSignedData: ByteArray |
Payload: ByteArray |
Extracts the payload from CMSSignedData |
POST /base64 |
CMSSignedData Base64: Base64String |
Payload: ByteArray |
Extracts the payload from CMSSignedData Base64 |
The latest version is available here
Name | Description |
---|---|
cms-content-extractor-cli-x.y.z | Linux x64 binary (fast startup) |
cms-content-extractor-cli-x.y.z.sh.bat | Platform independent Java executable |
This project uses the Apache 2.0 License. See the file called LICENSE.