Your approach for protecting against replay attacks seems reasonable to me. You are essentially describing a method called timestamping to avoid replay attacks. Your packet number is a "virtual time" that is used by the recipient to verify that the message was not sent before.
|
2 | added 14 characters in body | ||
|
|
||||
|
1 |
|
||
|
Your approach seems reasonable to me. You are essentially describing a method called timestamping to avoid replay attacks. Your packet number is a "virtual time" that is used by the recipient to verify that the message was not sent before. |
||||
