Encryption of Text

Which encryption is being used to encrypt the Raw text in Set Encrypted Text method?

It is not public, not documented. No user would know it.

Please ask Katalon people.

@vu.tran

Why do you want to know which encryption is being used? Do you aim to break it?

In my application, I have to test with passwords, for a single user I can use the recorded details. For multiple users, I have to import it from external source such as CSV.

I think you have to write your test script to support 2 cases

  1. single user with WebUI.setEncryptedText keyword
  2. multiple users using the text imported from CSV. You would NOT use WebUI.setEncryptedText. You would NOT include the CSV in the git repository.

So you do not need to know which encription Katalon Studio uses.

1 Like