You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corb allows encryption of password only if the individual parts of the connections are specified as separate parameters. There is a request from the client to allow encryption of the password even when the full connection string is specified.
We can try to break up the connection string, try to decrypt the password and reconstruct the connection string. if the password cannot decrypted, we should get null and then use the original string.
The text was updated successfully, but these errors were encountered:
Corb allows encryption of password only if the individual parts of the connections are specified as separate parameters. There is a request from the client to allow encryption of the password even when the full connection string is specified.
We can try to break up the connection string, try to decrypt the password and reconstruct the connection string. if the password cannot decrypted, we should get null and then use the original string.
The text was updated successfully, but these errors were encountered: