Skip to content

Instantly share code, notes, and snippets.

View Eminlin's full-sized avatar
🎯
Focusing

Emin Eminlin

🎯
Focusing
View GitHub Profile
@Eminlin
Eminlin / aesecb.go
Created August 3, 2022 07:36 — forked from SoulSu/aesecb.go
golang aes ecb pKCS5Padding like java 3DES_ECB_PKCS5Padding
package idcardocr
import (
"bytes"
"crypto/cipher"
"crypto/des"
)
// 3DES加密
@Eminlin
Eminlin / README.md
Created March 11, 2021 12:19 — forked from chuyik/README.md
macOS 给 Git(Github) 设置代理(HTTP/SSH)