不安台灯

文章
4
资源
0
加入时间
2年10月21天

golang aes加密ecb模式

golang官方不支持ecb模式package myAesimport ( "bytes" "crypto/aes" "crypto/md5" "encoding/hex" "fmt" "strings")func padding(ciphertext []byte, blockSize int) []byte { padding := blockSize - len(ciph