.. include:: ../../Includes.txt .. _Encrypt: ============================================== Encrypt ============================================== \\nn\\t3::Encrypt() ---------------------------------------------- Overview of Methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \\nn\\t3::Encrypt()->checkPassword(``$password = '', $passwordHash = NULL``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->createJwtSignature(``$header = [], $payload = []``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->decode(``$data = ''``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->encode(``$data = ''``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->getHashInstance(``$passwordHash = '', $loginType = 'FE'``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->getSaltingKey(); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->hash(``$string = ''``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->hashNeedsUpdate(``$passwordHash = '', $loginType = 'FE'``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->hashSessionId(``$sessionId = NULL``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->jwt(``$payload = []``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->parseJwt(``$token = ''``); """"""""""""""""""""""""""""""""""""""""""""""" \\nn\\t3::Encrypt()->password(``$clearTextPassword = '', $context = 'FE'``); """""""""""""""""""""""""""""""""""""""""""""""