|
I maintain a static auditor that estimates what a post-quantum migration would touch in a Java codebase (https://github.com/Arpan0995/pqc-migration-readiness, Apache-2.0). Apache Shiro 2.2.1 is one of the four pinned public codebases I use as case studies, chosen as the framework-style, indirection-heavy code shape, and it came back as the negative control: 0 findings across 790 files. Re-running on shiro-root-3.0.1 gives the same, 0 across 780. Before I quote that as "Shiro core has no quantum-vulnerable asymmetric crypto surface", I would like the people who know the code to say whether it is true or an artefact. What I checked by hand after the scan:
Two questions:
Happy to share the report files, though for Shiro they are short. |
Replies: 1 comment
|
Hi, You are correct. Shiro itself doesn't do anything that would be affected by post-quantum encryption. |
Hi,
You are correct. Shiro itself doesn't do anything that would be affected by post-quantum encryption.
There are two main dependencies, the JDK and BouncyCastle libraries.
Also, as you pointed out already, integrations may touch this topic, but Shiro itself is not in control of that.