Closed AlessandroStaffolani closed 5 years ago
Socket connection should be protected by SSL https://github.com/ale8193/shamir-fido/blob/24d7b3d9fad6e8e129ba758fe73758da218b6f43/src/socket/SocketServer.js#L17
For simplicity we can use a random pin (changed in every new connection) with the size of 256 bits to ensure a strong security of the communication channel
Socket connection should be protected by SSL https://github.com/ale8193/shamir-fido/blob/24d7b3d9fad6e8e129ba758fe73758da218b6f43/src/socket/SocketServer.js#L17