Shadowsocks-windows: Implement AES-*-GCM

Created on 2 Mar 2017  ·  6Comments  ·  Source: shadowsocks/shadowsocks-windows

Is there any particular reason that this C# port has only implemented Chacha20-, but not AES--GCM? Especially since AES-128-GCM is the fastest among the AEAD schemes,

Most helpful comment

Just because people who want those ciphers, don't have submitted new Pull requests yet.

All 6 comments

Just because people who want those ciphers, don't have submitted new Pull requests yet.

A C# crypto library support ChaCha20-Poly1305 and AES-GCM https://github.com/ektrah/nsec

Hey man, could you please support the "AEAD Ciphers"?
Most of the other ones are not great or as fast as the AEAD ones.

Thanks a lot.

hope to add it

Done.

if you want using AEAD, you can download build release from : https://ci.appveyor.com/project/netroby/shadowsocks-windows/build/job/e4m3b88wyk7dhaaj/artifacts

And you may need set the cipher to chacha20-ietf-poly1305

Was this page helpful?
0 / 5 - 0 ratings