TakahikoKawasaki / nv-websocket-client

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

Upgrade SHA-1 to SHA-256 in HandshakeReader #249

Open tarunqss opened 1 year ago

tarunqss commented 1 year ago

Hi, the HandshakeReader class in the code uses SHA-1, which is considered as weak hashing algo. I need this to be upgraded to the SHA-256 Algo.