add: User transmission interface encryption
This commit is contained in:
@@ -3,5 +3,5 @@ package tool
|
||||
import "testing"
|
||||
|
||||
func TestEncodePassWord(t *testing.T) {
|
||||
t.Logf("EncodePassWord: %v", EncodePassWord(""))
|
||||
t.Logf("EncodePassWord: %v", EncodePassWord("password"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user