Join us in London for Infosecurity Europe June 2 – 4, 2026 | Booth C69 | Excel London | Get a FREE ticket
curl --request GET \
--url http://api.scanoss.com/v2/cryptography/algorithms/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"requirement": ">=5.0.0",
"version": "5.0.0",
"algorithms": [
{
"algorithm": "AES",
"strength": "Strong"
},
{
"algorithm": "RSA",
"strength": "Strong"
}
]
},
"status": {
"status": "SUCCESS",
"message": "Algorithms Successfully retrieved"
}
}Analyzes the component and returns cryptographic algorithms detected in the codebase including algorithm names and strength classifications.
curl --request GET \
--url http://api.scanoss.com/v2/cryptography/algorithms/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"requirement": ">=5.0.0",
"version": "5.0.0",
"algorithms": [
{
"algorithm": "AES",
"strength": "Strong"
},
{
"algorithm": "RSA",
"strength": "Strong"
}
]
},
"status": {
"status": "SUCCESS",
"message": "Algorithms Successfully retrieved"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
Use this file to discover all available pages before exploring further.
Package URL identifying the component to analyze.
Version constraint for component resolution when PURL lacks explicit version.
A successful response.
Success example. For error cases, the component block reports the processing status via info_message and info_code. Example: {"component":{"purl":"pkg:github/unknown/component","requirement":">=1.0.0","version":"","algorithms":[],"info_message":"Component not found in database","info_code":"COMPONENT_NOT_FOUND"},"status":{"status":"SUCCESS","message":"Request processed"}}
Cryptographic algorithm information for a specific component identified by PURL and version.
Contains comprehensive algorithm details including detected algorithms and their strength classifications for software components.
Show child attributes
Detailed response details.
Show child attributes