go语言 rsa加密
摘要:
// rsa.go package main import ( "crypto/rand" "crypto/rsa" "crypto/x509" "encoding/pem" "errors" "fmt" ) // 公钥和私钥可以从文件中读取 var privateKey = []byte(` -----BEGIN RSA PRIVATE KE... 阅读全文
posted @ 2017-03-06 15:19
liuwenbohhh
阅读(497)
评论(0)
推荐(0)