Update path for certificates

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 44b0498bbe
commit fc55a09773
32 changed files with 59 additions and 54 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func AsLogin(ctx *gin.Context) {
if err != nil {
panic(err)
}
randomBytes := encrypt.RSA_DecryptOAEP(mask64, "privatekey.pem")
randomBytes := encrypt.RSA_DecryptOAEP(mask64)
// fmt.Println("Random Bytes:", randomBytes)
newKey := utils.SliceXor(randomBytes, []byte(sessionKey))