Explorar el Código

Add info about replay attacks to readme

twisted_pear hace 2 años
padre
commit
188f2fa30e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -68,6 +68,11 @@ The same key is used for all messages. This means that no forward-secrecy is
 provided. If the key is compromised, all previous messages are compromised as
 well.
 
+Currently, no protection against replay attacks is implemented. This means that
+someone without the key can capture an encrypted message and resend it as many
+times as they want. A receiving flipper will display the replayed message as if
+it were new.
+
 If you do not understand the implications of the caveats mentioned here, do not
 expect to gain any security by using encryption.