go

Mcrypt from PHP to Go

英文: Mcrypt from PHP to Go 问题 我正在使用一个 PHP 类来加密/解密字符串。 在 Go 中,我该如何加密/解密字符串? 以下是 PHP 类的代码: class Crypto...