I need generate a token (string of chars) from a simple string with a key.
"mystring" + "key" = "aassddfflglgglglhlyy"
the same generation must work fine with php language.
Client and server check the same token for authorize the api.
what is the best function/library b4x (b4a/b4i)?
thanks
"mystring" + "key" = "aassddfflglgglglhlyy"
the same generation must work fine with php language.
Client and server check the same token for authorize the api.
what is the best function/library b4x (b4a/b4i)?
thanks