October 28, 2020 at 08:29 PM
message is: [11 29 27 25 10 21 1 0 23 10 17 12 13 8]
hint is : base 10 and base 256 results in base 256!
there is key.txt which includes just "x"
and there is golang script :
"
package main
import(
"fmt"
)
func main() {
var chars =[]byte{}
str1 := string(chars)
fmt.Println(str1)
}
"
how can i get message? is there anyone can help me please?
thank you....
hint is : base 10 and base 256 results in base 256!
there is key.txt which includes just "x"
and there is golang script :
"
package main
import(
"fmt"
)
func main() {
var chars =[]byte{}
str1 := string(chars)
fmt.Println(str1)
}
"
how can i get message? is there anyone can help me please?
thank you....