is data service data is encrypted in SQL database or not. when we add any data, is it encrypted…? can we store in encrypted way?
Hey @aditi.kumari
Data stored in UiPath Data Service is encrypted by default - both at rest and in transit. UiPath uses Microsoft Azure infrastructure and applies TDE with AES-256 encryption. You don’t need to manually configure encryption - it’s managed by the UiPath Automation Cloud platform.
UiPath Data Service encrypts data at rest using Transparent Data Encryption (TDE) with AES 256-bit encryption and data in transit is also encrypted ensuring secure communication between components
For sensitive data, you can manually encrypt values using Cryptography activities like Encrypt Text and Decrypt Text before storing in Data Service .
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath