加密 WPA2 Enterprise 的 netctl 配置文件中的身份和密码

加密 WPA2 Enterprise 的 netctl 配置文件中的身份和密码

您能告诉我,是否可以对配置文件配置文件中的identitypassword值进行加密?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'

USERNAMEPASSWORD上面的示例中是纯文本值。我知道有可能混淆无线密码使用 WPA2-PSK 时。我正在为 WPA2 Enterprise 寻找类似的功能。

答案1

几年前我遇到了 Fipolate:

菲波拉特

不幸的是,我无法根据个人经验判断这是否符合要求。

相关内容