Forum Discussion
SUPARNA KANSAKAR
Jul 25, 2022Brass Contributor
how to prevent password replay attack in . Net
Hi, We need some help in how to prevent password replay attack in . Net and also in how to prevent passing of encryption key along with encrypted password. Please advise. Thanks and Regards, ...
lindseyvirgoys
Aug 03, 2022Copper Contributor
Stopping a Replay Attack
All he or she has to do is capture and resend the entire thing — message and key — together. To counter this possibility, both sender and receiver should establish a completely random session key, which is a type of code that is only valid for one transaction and can't be used again.
All he or she has to do is capture and resend the entire thing — message and key — together. To counter this possibility, both sender and receiver should establish a completely random session key, which is a type of code that is only valid for one transaction and can't be used again.