A small docker container that set-ups and runs roca-detect to check if your keys are affected by ROCA vulnerability.
Run the following docker command:
docker run --rm -v /path/to/your/keys:/keys --network none unnawut/roca-detect
Or analyze the keys in your current working directory:
docker run --rm -v $(pwd):/keys --network none unnawut/roca-detect
--rm
deletes the container after running. This ensures the container does not linger around with your keys data in there after the run.
--network none
disables the container's network connection. This ensures your keys will not (intentionally or unintentionally) get sent out to the wide.