TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Replace SHA-1 with SHA-2 #204

Closed Farhad7d7 closed 3 years ago

Farhad7d7 commented 4 years ago

Many references say that sha1 algorithm is weak and should be replaced with more secure algorithms e.g sha2. could the sha1 algorithm used in handshake cause any security issue? if yes how can we replace it with sha2? thx

tarunqss commented 1 year ago

Hey.. Is this issue resolved? Are you able to upgrade to the SHA-256 @Farhad7d7