请告诉我,是否可以在一个identity配置文件中加密netctl和password值?此配置文件设置到WPA2企业无线网络的连接。如果可能的话,你能告诉我如何加密纯文本值吗?
我当前的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="anonymous@domain.name"'
'identity="USERNAME"'
'password="PASSWORD"'
'ca_cert="/path/to/cert.pem"'
'phase2="auth=MSCHAPV2"'
'priority=1')
上面的示例中的USERNAME和PASSWORD是纯文本值。我知道当使用WPA2-PSK时混淆无线密码是可能的.我正在为WPA2企业寻找类似的功能。
发布于 2021-09-29 13:53:34
https://unix.stackexchange.com/questions/671112
复制相似问题