robotframework-crypto icon indicating copy to clipboard operation
robotframework-crypto copied to clipboard

Library to securely handle credentials for Robot Framework.

Results 23 robotframework-crypto issues
Sort by recently updated
recently updated
newest added

Instead of passing in a whole file path, it would be useful to be able to pass the private_key_string, public_key_string, and password_hash_string as a string to CryptoLibrary. ```robot *** Settings...

I took library into use in my own computer and then copied correct files into our Jenkins server. Unfortunately the password went wrong in Jenkins and it didn't work. Could...

Hi All, I use and install the robotframework-crypto lib for the first time and i follow the installation steps. The next repro step i follow is: - I have already...

I have noticed that variables needed during Suite Setup are not automatically decrypted even though the library is imported during Suite Setup with variable_decryption = True. To get this to...

Dears! I'd like to ask your support related to the above error generated by robot when CryptoLibrary wants to be used.| In fact this problem is specific on one environment...

**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.:...

What would be the most convenient way to encrypt a whole batch of test data, given the current state of the library? So, say I have a whole list of...

If you provide an incorrect password (for the private key) as an import argument the following error will occur: "Calling method '_start_test' of listener 'CryptoLibrary' failed: AttributeError: No private key...

- Start the CryptoLibrary CLI tool. - Chose [Open Config -> Configure key pair -> Generate key pair]. - This will present us with a question: "Do you want to...