Skip to content
Failed

Changes

Summary

  1. back-port: use stronger cipher for secure storage (details)
Commit 17dbb7d790058fb98f4e41406a5d3f7b4a16a90d by Thomas Watson
back-port: use stronger cipher for secure storage

move the default from weaker MD5/DES to a stronger SHA/AES
which is available in JVMs.

PBEWithMD5AndDES -> PBEWithHmacSHA512AndAES_256
The file was modified bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SecurePreferencesTest.java (diff)
The file was modified bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.equinox.security.tests/pom.xml (diff)
The file was modified bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/friends/IStorageConstants.java (diff)
The file was modified bundles/org.eclipse.equinox.security/pom.xml (diff)
The file was modified bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.equinox.security.ui/pom.xml (diff)
The file was modified bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF (diff)