@@ -145,17 +145,17 @@ Encoder.DefaultCodecList=HTMLEntityCodec,PercentCodec,JavaScriptCodec
145145# where you can specify a SecretKey. (Note that if you are using the 256-bit AES,
146146# that requires downloading the special jurisdiction policy files mentioned above.)
147147#
148-
148+ # ***** IMPORTANT: Do NOT forget to replace these with your own values! *****
149149Encryptor.MasterKey =pJhlri8JbuFYDgkqtHmm9s0Ziug2PE7ovZDyEPm4j14=
150150Encryptor.MasterSalt =SbftnvmEWD5ZHHP+pX3fqugNysc=
151151
152152# AES is the most widely used and strongest encryption algorithm. This
153153# should agree with your Encryptor.CipherTransformation property.
154154# By default, ESAPI Java 1.4 uses "AES/ECB/NoPadding", and 2.0 uses
155155# "AES/CBC/PKCSPadding". If you want to change these, change them here.
156- # For ESAPI Java 1.4
156+ # For ESAPI Java 1.4 - Deprecated encrypt / decrypt methods use this.
157157Encryptor.EncryptionAlgorithm =AES
158- # For ESAPI Java 2.0
158+ # For ESAPI Java 2.0 - New encrypt / decrypt methods use this.
159159Encryptor.CipherTransformation =AES/CBC/PKCS5Padding
160160
161161# 128-bit is almost always sufficient and appears to be more resistant to
@@ -189,7 +189,7 @@ Encryptor.ChooseIVMethod=random
189189# NIST Special Publication 800-38A (2001 Edition)
190190# "Recommendation for Block Cipher Modes of Operation".
191191#
192- # Encryptor.fixedIV=0x000102030405060708090a0b0c0d0e0f
192+ Encryptor.fixedIV =0x000102030405060708090a0b0c0d0e0f
193193
194194# Whether or not CipherText should use a message integrity code (MIC) with it.
195195# This prevents an adversary from altering the IV as well as allowing a more
0 commit comments