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/range/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"versions": [
"1.0.0",
"2.0.0",
"3.0.0"
],
"algorithms": [
{
"algorithm": "AES",
"strength": "Strong"
},
{
"algorithm": "RSA",
"strength": "Strong"
}
]
},
"status": {
"status": "SUCCESS",
"message": "Algorithms in range Successfully retrieved"
}
}Analyzes the component across version ranges and returns all cryptographic algorithms detected along with the versions where they appear.
curl --request GET \
--url http://api.scanoss.com/v2/cryptography/algorithms/range/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"versions": [
"1.0.0",
"2.0.0",
"3.0.0"
],
"algorithms": [
{
"algorithm": "AES",
"strength": "Strong"
},
{
"algorithm": "RSA",
"strength": "Strong"
}
]
},
"status": {
"status": "SUCCESS",
"message": "Algorithms in range 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.
Response message for GetComponentAlgorithmsInRange method.
Contains cryptographic algorithm information for a single component across version ranges including all detected algorithms and the versions where they appear.