Add the encrypt toolkit

This commit is contained in:
2025-10-25 02:59:57 +08:00
parent 41783813b1
commit 3c01aed25a

View File

@@ -1,6 +1,8 @@
package admin package admin
import ( import (
"crypto/rand"
"encoding/hex"
"encoding/json" "encoding/json"
"net/http" "net/http"
"networkDev/database" "networkDev/database"
@@ -9,8 +11,6 @@ import (
"networkDev/utils/encrypt" "networkDev/utils/encrypt"
"strconv" "strconv"
"strings" "strings"
"crypto/rand"
"encoding/hex"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
) )