Here is my code:
<cfquery name="qVerify" datasource="MyDSN">
SELECT *
FROM cryptuser
WHERE firstname = '#firstname#'
AND password = '#password#'
</cfquery>
It won't work unless I can tell #password# that password in the table is encrypted using SHA256.
Can anyone help me figure out how to do this, I cannot see any clear answer from my research.
Many thanks.

New Topic/Question
Reply




MultiQuote




|