Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
You need to hard code to convert a string to SHA-256.
Hope the following articles are helpful for you.
Creating a user routine and call it in a job.
Install custom component to Talend Studio.
Hi<BR />You need to hard code to convert a string to SHA-256. <BR />Hope the following articles are helpful for you.<BR /><A href="https://community.talend.com/s/article/Create-a-user-routine-and-call-it-in-a-Job-0hHmU" target="_blank" rel="nofollow noopener noreferrer">Creating a user routine and call it in a job. </A><BR /><A href="https://help.talend.com/pages/viewpage.action?pageId=190513200" target="_blank" rel="nofollow noopener noreferrer">Install custom component to Talend Studio</A>.
Hi
You need to hard code to convert a string to SHA-256.
Hope the following articles are helpful for you.
Creating a user routine and call it in a job.
Install custom component to Talend Studio.
Bonjour,
can you explain how to call it from TMAP ?
routines.SHA(mystring) I suppose ... but how to pass password and salt ?
thanks in advance for your answer.
Damien
Hello everyone,
it works ... I means, it's giving a result but non significatives 0 (zeros on the left of the string) are not provided in the result ... that's an issue because my provider is hashing with different tools and they cannot match the hashed strings.
Any idea on how to get them in the result ?
regards
Damien
Hi @DamienBlondel ,
Did you find the solution to this, I'm getting same issue with leading zeros, If you find the solution could you please help me on this.