
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2013 12:38 AM - edited 03-04-2019 06:38 PM
Hi experts
i saw that we can secure ripv2 via authentication (simple and MD5)
i undertand that simple is not quite secure because we can see the plain text when capturing RIP packets
however even with MD5 i can see the authentication data (output of MD5) and i think hacker can copy it and paste it in one RIP packet that he will generate !! isn't it ? so how much MD5 is secure ?
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2013 12:43 AM
The output (the hash-value) is calculated based on the data and a key:
http://en.wikipedia.org/wiki/Cryptographic_hash_function
If the hacker knows the key, then he can spoof an update that will be processed by our router. So we have to make sure that only we know the key.
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2013 12:43 AM
The output (the hash-value) is calculated based on the data and a key:
http://en.wikipedia.org/wiki/Cryptographic_hash_function
If the hacker knows the key, then he can spoof an update that will be processed by our router. So we have to make sure that only we know the key.
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
