我想更多地了解WEP(有线等效隐私)协议如何实现无线安全。从这篇维基百科文章中,我得到了一个基本的想法。但是什么是初始化向量?是否为每个请求发送某种令牌?还是连接设备在开始时只经过一次身份验证,或者为每个请求发送某种令牌(相当于 Gmail、Yahoo 等中用于身份验证的 cookie)?
我尝试为我的 Wi-Fi 设置 WEP 安全性。根据我的 ISP 的指示,我做了以下操作:
Network Authentication - Open
WEP Encryption - Enabled
Current Network Key -1
Encryption Key -64 bit
Network Key 1 -abcdefghij (10 characters)
Network Key 2 -
Network Key 3 -
Network Key 4 -
这些网络密钥是什么?