Base solution for your next web application
Open Closed

How to encrypt and decrypt connection string in Abp #598


User avatar
0
hmloo2012 created

Hi, I want to encrypt connection strings in the configuration file and decrypt it then pass connection string to Dbcontext. Does ABP have built-in encryption and decryption method? Thanks for your help!


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    There is no built-in encrypt/decrypt methods. You can use any library/code you want to accomplish it.