Class FOFEncryptAesAbstract
Abstract AES encryption class
Direct known subclasses
Abstract
Package: FrameworkOnFramework\utils
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/encrypt/aes/abstract.php
Package: FrameworkOnFramework\utils
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/encrypt/aes/abstract.php
Methods summary
public
null|string
|
|
protected
string
|
#
getZeroPadding( string $string, integer $blockSize )
Returns null bytes to append to the string so that it's zero padded to the specified block size |