Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,i have a question about computing MD5 hash in RIPv2 authenticated packet. I am implementing RIPv2 software router and I need to find combination of input data to compute MD5 hash wich has to be checked when packet is recieved or appended when pack...
Hi all,I found the solution. It was my mistake that I deleted the FFFF0001 and authentication data and replaced with password padded to 16 bytes. The FFFF0001 have to stay, only authentication data have to be replaced by padded password. Thanks all f...