Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Corb to encrypt the password in the connection string #123

Closed
bbandlamudi opened this issue Jan 7, 2020 · 1 comment
Closed

Allow Corb to encrypt the password in the connection string #123

bbandlamudi opened this issue Jan 7, 2020 · 1 comment
Assignees

Comments

@bbandlamudi
Copy link
Contributor

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.

@bbandlamudi bbandlamudi self-assigned this Jan 7, 2020
@bbandlamudi
Copy link
Contributor Author

Created pull request #124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants