When there are bytes < 16 following code loses "0"-s : ``` for(uint32_t i = 0; i<CS_CDHASH_LEN; i++) { //append [cdHash appendFormat:@"%X", process->cdhash[i]]; } ```