Skip to main content
m4tim23877130
Participant
May 31, 2016
Answered

encryption method for datasource password (coldfusion 11)

  • May 31, 2016
  • 1 reply
  • 1147 views

hi guys, what encryption method that ADOBE ColdFusion 11 is used for data source password encryption? Anyone knows? Really appreciated for the answer

    Correct answer Vikram Kumar M

    ColdFusion 11 is using AES/CBC/PKCS5Padding algorithm to encrypt the password stored in "NEO-DATASOURCE.xml" file and it is 128-bit key.

    Thanks,

    Vikram

    1 reply

    Vikram Kumar M
    Vikram Kumar MCorrect answer
    Inspiring
    May 31, 2016

    ColdFusion 11 is using AES/CBC/PKCS5Padding algorithm to encrypt the password stored in "NEO-DATASOURCE.xml" file and it is 128-bit key.

    Thanks,

    Vikram

    m4tim23877130
    Participant
    June 7, 2016

    Dear Vikram,

    thx for your answer