Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jay-jay
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.
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...