eclipse-equinox / equinox.bundles

Eclipse Public License 2.0
8 stars 16 forks source link

back-port: use stronger cipher for secure storage #67

Closed gireeshpunathil closed 7 months ago

gireeshpunathil commented 11 months ago

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

Refs: https://github.com/eclipse-equinox/equinox/pull/285

/cc @tjwatson

gireeshpunathil commented 11 months ago

pushed a commit to accommodate a change that we missed in the original PR. see https://github.com/eclipse-equinox/equinox/pull/316

gireeshpunathil commented 7 months ago

/cc @tjwatson could this be reviewed / landed?

gireeshpunathil commented 7 months ago

@tjwatson - made those changes, pls take another look. learning a lot in versioning!

gireeshpunathil commented 7 months ago

Collaborators - PR is approved, let me know if there is anything pending here, or else pls do the needful to land, and then I can build a patch and deliver to my user who asked for it. thanks in advance!