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

Prevent decrypted data from being printed in the console #18

Open
MichaelHallik opened this issue Nov 14, 2021 · 0 comments
Open

Prevent decrypted data from being printed in the console #18

MichaelHallik opened this issue Nov 14, 2021 · 0 comments

Comments

@MichaelHallik
Copy link

MichaelHallik commented Nov 14, 2021

Preconditions & actions:

  • Encrypt data, e.g. a string 'test123'.
  • For convenience: set 'variable_decryption' to bool 'True'.
  • Assign the cipher (i.e. the encrypted string) to a variable, e.g.: ${MY_PLAINTEXT_VAR}.
  • Have a test case with one line of code, as follows: Should Be Equal ${MY_PLAINTEXT_VAR} test456
  • Run the test case

Expected result:

The test case fails and the console prints (wrt the failed statement):

*** != test456

Actual result:

The test case fails and the console prints (wrt the failed statement):

test123 != test456

Remarks:

In the log *** != test456 is correctly printed.

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

1 participant