gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 40 forks source link

SHA1 to SHA256 #29

Open tarunqss opened 1 year ago

tarunqss commented 1 year ago

The Server handshake is done with SHA1 algo. This algo is considered as a weak algo and shall be upgraded to more secure sha256. Can you do that or tell me how to do that.