Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2025-03-10 15:29:29 +08:00
committed by YumeMichi
parent 782c2d7ab0
commit 70398da4b9
31 changed files with 712 additions and 819 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ func Handshake(ctx *gin.Context) {
body64, err := base64.StdEncoding.DecodeString(string(body))
CheckErr(err)
decryptedBody := encrypt.RSA_Decrypt(body64)
decryptedBody := encrypt.RSADecrypt(body64)
// fmt.Println(decryptedBody)
// fmt.Println(string(decryptedBody))