code migration UNO to DUE : strcpy(char*, uint8_t*)

tried:

<char*>(Sha1.result())
//get: error: expected primary-expression before '<' token 


static_cast<char*>(Sha1.result())
//get: error: invalid static_cast from type 'uint8_t* {aka unsigned char*}' to type 'char*'