您能告诉我,是否可以对配置文件配置文件中的identity
和password
值进行加密?netctl
此配置文件设置与 WPA2 Enterprise 无线网络的连接。如果可能的话,您能指导我如何加密纯文本值吗?
我当前的netctl
配置文件配置文件是:
Description='WiFi'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="ssid"'
'proto=WPA RSN'
'key_mgmt=WPA-EAP'
'pairwise=CCMP'
'group=CCMP'
'eap=PEAP'
'anonymous_identity="[email protected]"'
'identity="USERNAME"'
'password="PASSWORD"'
'ca_cert="/path/to/cert.pem"'
'phase2="auth=MSCHAPV2"'
'priority=1'
)
USERNAME
在PASSWORD
上面的示例中是纯文本值。我知道有可能混淆无线密码使用 WPA2-PSK 时。我正在为 WPA2 Enterprise 寻找类似的功能。