Skip to content

Use better hash algorithm (complying with RGPD)

Nicolas Dumoulin requested to merge (removed):patch-1 into master

According to recommandation of CNIL, the md5 hash algorithm isn't reputed as sure for encoding personal data. https://www.cnil.fr/fr/securite-chiffrer-garantir-lintegrite-ou-signer

I propose to use sha-256 instead

Merge request reports