On Saturday, October 3, 2015 at 1:38:18 PM UTC-4, Tuan Hoang Anh wrote:
>
> Hello. How to inplement C# DESCryptoServiceProvider in Go Lang? I have 
> Decrypt in C# and want Encrypt in go lang.
>

Can I ask a fundamental question: 
Why is anyone in 2019 trying to implement DES?

While it was made a standard in 15 January 1977 as FIPS PUB 46, it has been 
obsolete for all of this century. It was replaced by AES in 2002

Do not use DES for anything, not even protecting things from your baby 
sister. Use a real, modern strong cipher.

>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to