diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
index 9074300829..49bfa2881c 100644
--- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
+++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
@@ -2494,6 +2494,25 @@
+
+ hadoop.security.key.default.bitlength
+ 128
+
+ The length (bits) of keys we want the KeyProvider to produce. Key length
+ defines the upper-bound on an algorithm's security, ideally, it would
+ coincide with the lower-bound on an algorithm's security.
+
+
+
+
+ hadoop.security.key.default.cipher
+ AES/CTR/NoPadding
+
+ This indicates the algorithm that be used by KeyProvider for generating
+ key, and will be converted to CipherSuite when creating encryption zone.
+
+
+
fs.har.impl.disable.cache
true