Re: [go-nuts] How to decrypt data with AES in golang

2016-06-30 Thread Hoping White
Hi, Jason Thanks for the reply. I find this project useful and it works for me like charm. https://github.com/celso-wo/rijndael256/blob/master/rijndael256.go > 在 2016年6月30日,下午3:34,Jason Woods 写道: > >> Rijndael -- You recei

[go-nuts] How to decrypt data with AES in golang

2016-06-29 Thread Hoping White
Hi, all I have a C# code to decrypt data as following public static string test(string input, string key) { if (((input == null) || string.IsNullOrEmpty(input.Trim())) || ((input == "false") || (input == "null"))) { return string.Empty;