Hi.
Enable a function to be able to insert an encrypted password to SQL Server (or other server) and when consulting in the database option to decrypt in the same way.
Example:
Insert into SQL Server
Set(password,hash('sha512',Input_Text.Text));
Query in SQL Server from PowerApps
If(hash('sha512',Input_Text.Text)=Row[Table_SQL],Notify('Correct',Success),Notify('Wrong',Error);
Regards.
Jesús Aguirre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.