Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AES Encryption instead of 3DES #498

Merged
merged 14 commits into from May 29, 2018
Merged

AES Encryption instead of 3DES #498

merged 14 commits into from May 29, 2018

Conversation

Zeik0s
Copy link
Contributor

@Zeik0s Zeik0s commented Mar 14, 2018

I was wondering why in the script the encryption method 3DES is used. This algorithm is long outdated and deprecated. By simply choosing the AES with 128 bits key length the saved key would be safer for being brute-forced. Therefore it would be a security bonus without changing much.

peterlewis and others added 7 commits January 10, 2018 21:57
Update README.md to correct 'thier' to 'their'
Added support for FamilyShield DNS from OpenDNS/CISCO
Previous commits removed the duplicate cn option all together, this adds a comment to inform users of their options/choice.
Added FamilyShield DNS server as option
@InnovativeInventor
Copy link
Contributor

InnovativeInventor commented Mar 15, 2018

This sounds like a no-brainer; I like this!

Cyb0rk and others added 2 commits March 17, 2018 00:45
Added fix to prevent DNS leak on Windows 10
@redfast00
Copy link
Contributor

First off, thanks for contributing! I think we were using 3DES for compatibility with iPhones or something. A quick seach through the open issues found #171.

@orazioedoardo
Copy link
Member

@redfast00 AES128 works fine with iPhones (AES256 works too).

@redfast00
Copy link
Contributor

@orazioedoardo thanks. I can now merge this, but this PR contains a lot of unrelated commits and I don't think it's been tested yet. Any input @cfcolaco ?

@4s3ti
Copy link
Member

4s3ti commented Mar 18, 2018

@redfast00 think this PR is actually cool ... will merge into test all commits to master that are ahead of Test branch! so should be fairly safe to merge this PR into test ( as it is ) =)

Zeik0s wants to merge 7 commits into pivpn:test from Zeik0s:master

Tristan Hill and others added 2 commits March 21, 2018 12:20
johanfagerstroem and others added 2 commits May 1, 2018 16:38
Great for readable naming conventions.
Changing name validation regex to allow dashes
@trilleplay
Copy link

so are we merging this, i'm all for it

@redfast00 redfast00 merged commit d569034 into pivpn:test May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet