dagrha / pypia

Configuration of Private Internet Access VPN routes for Linux
GNU General Public License v3.0
78 stars 15 forks source link

add encryption options #14

Open dagrha opened 7 years ago

dagrha commented 7 years ago

Default now is SHA-1 hashing and AES-128 cipher. 128 bit AES is probably enough but it would be nice to have the option of 256.

dagrha commented 7 years ago

With most recent PR I've made some changes that will allow this in the future. The Keyfile class can take cipher and auth as kwargs but there's still no way for the user to change this with a command line argument. Won't be much longer before SHA2 and AES-256 are options.

d4rkcat commented 6 years ago

For a dirty hack you can just download the relevant ovpn files or even edit the ones already downloaded:

https://www.privateinternetaccess.com/openvpn/openvpn.zip https://www.privateinternetaccess.com/openvpn/openvpn-strong.zip https://www.privateinternetaccess.com/openvpn/openvpn-ip.zip https://www.privateinternetaccess.com/openvpn/openvpn-tcp.zip https://www.privateinternetaccess.com/openvpn/openvpn-strong-tcp.zip

dagrha commented 6 years ago

Thanks for those links, d4rkcat!