ppanel-server/pkg/tool/encryption_test.go
2025-09-27 10:17:16 +08:00

8 lines
124 B
Go

package tool
import "testing"
func TestEncodePassWord(t *testing.T) {
t.Logf("EncodePassWord: %v", EncodePassWord(""))
}