diff --git a/Source/DECCipherBase.pas b/Source/DECCipherBase.pas
index 72b864ed..346159b7 100644
--- a/Source/DECCipherBase.pas
+++ b/Source/DECCipherBase.pas
@@ -696,7 +696,7 @@ TDECCipher = class(TDECObject)
/// Exception raised if the length of the data passed as Source
/// is not a multiple of the algorithm's block size.
///
- function DecodeBytes(const Source: TBytes; Format: TDECFormatClass): TBytes;
+ function DecodeBytes(const Source: TBytes; Format: TDECFormatClass = nil): TBytes;
///
/// Calculates a Cipher-based message authentication code (CMAC).