sockets - Java SSLSockets and repetition attack -
sockets - Java SSLSockets and repetition attack -
i'm working on java server platform school project. i'm using ssl tcp sockets communication , i'm in stage of developing json protocol between client , server.
my question whether messages in protocol should contain unique id or if using if ssl tcp sockets plenty avoid repetition attacks.
no. ssl immune replay attacks
java sockets ssl tcp
Comments
Post a Comment