UiPath.Cryptography.Activities package doesn't provide a way to pass encryption key in a secure way

@sonaliaggarwal47 : I am not sure why you need Secure string? In the Encryption activity - type your value and assign key to it. In your orchestrator, have the key value as an Asset. In the Decryption activity you can just pass the key and the encryption result to get your decrypted value. I can send you screenshots for reference if you need. Hope this helps.