mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-19 20:16:30 +00:00
The JKS/JCEKS wire format mandates SHA-1 in its keyed digest (com.sun.crypto.provider.JceKeyStore.getPreKeyedHash). The exporter verifies this digest before parsing — it never derives a key or signs anything. Project-wide suppression is safe because the codebase has no other password-hashing surface.