5
Views
1
Comments
Solved
How to de-cryptic password using MSSQL
Question
Hi,

we have an application that has been developed using Outsystem.
My teammate is also developing an application but we want connect the user on the Database that has been created thru Outsystems. My question is how to decrypt the password it using MSSQL stored procedure. 

Thanks.

2020-03-05 15-52-45
André Vieira
Staff
Solution
Hi Joshua,

You can't! That would be a very serious security breach! The Encrypt action provides one way encryption.
What you can do is provide a webservice that uses the same Encrypt action so that the other app can compare the encrypted passwords to see if they match.

Cheers
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.