Skip to content

Commit

Permalink
change encryption defaults to higher encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 18, 2025
1 parent bedcb3c commit 7d17299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ModuleConfig.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ component {
useEncryption : false,
// The unique seeding key to use: keep it secret, keep it safe
encryptionSeed : "CBStorages",
// The algorithm to use: https://cfdocs.org/encrypt
encryptionAlgorithm : "CFMX_COMPAT",
// The algorithm to use: AES, BLOWFISH, DES, 3DES, RC4
encryptionAlgorithm : "AES",
// The encryption encoding to use
encryptionEncoding : "Base64"
encryptionEncoding : "UU"
}
};
}
Expand Down

0 comments on commit 7d17299

Please sign in to comment.