cosmic icon indicating copy to clipboard operation
cosmic copied to clipboard

Use of SHA-1 in CertificateHelper.java

Open ptsankov opened this issue 6 years ago • 0 comments

CertificateHelper.java uses SHA-1:

final MessageDigest md = MessageDigest.getInstance("SHA-1");

SHA-1 is insecure and it is recommended to switch to a more secure newer version (e.g. SHA-256).

ptsankov avatar Apr 11 '18 09:04 ptsankov