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

Add support for "decrypt_password" engine method #6

Open
stephen-wagner opened this issue Apr 10, 2019 · 2 comments
Open

Add support for "decrypt_password" engine method #6

stephen-wagner opened this issue Apr 10, 2019 · 2 comments

Comments

@stephen-wagner
Copy link

stephen-wagner commented Apr 10, 2019

Please add support for the decrypt_password engine method.

decrypt_password method

decrypt_password
Returns a string of encrypted or decrypted text. Works with user and machine encryption.

decrypt_password(encrypted_password, mode) -> str :
encrypted_password: The text to be treated.

Supported options include:
0: Decrypt.
2: Machine encryption
3: User encryption
@johnkabler
Copy link
Contributor

@stephen-wagner This looks like a straightforward change. I'll see if we can get this in soon. Are you currently blocked on your work by this, or have you used the output_mgr._plugin._engine_vars.alteryx_engine workaround?

@stephen-wagner
Copy link
Author

stephen-wagner commented Jul 30, 2019 via email

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