func encrypt(data string) (string) { block := getBlock() nonce := getNonce() aesgcm, err := cipher.NewGCM(block) if err != nil { panic(err.
確定! 回上一頁