Encryption of RC4, DES, SM4, and RSA based on Go language
All algorithms have been encrypted and decrypted for verification (DES version 2 shall prevail)
No password algorithm package corresponding to Go has been imported (not a simple call), all encrypted source code is hand rubbed
The detailed code explanation version can be seen : CSDN Personal Same Account Open Source by Qi Xu
基于go语言的RC4,DES,SM4和RSA的加密
所有算法均已调通加密再解密验证之(DES以2版本为准)
没有导入go对应的密码算法包(非简单调用),全部是手搓的加密源码
代码详解版可见: CSDN个人同账号开源 by祁许
已通过HDU密码学课程设计验收