phpDocumentor

PasswordEncryptionSettings

Class PasswordEncryptionSettings

Tags
category

System

subpackage

Entities

Table of Contents

getType()  : string
Returns the current password encryption type which is stored in the database.
isRehashingEnabled()  : bool
Returns if passwords should be rehashed.

Methods

getType()

Returns the current password encryption type which is stored in the database.

public getType() : string
Return values
string

Currently used password encryption type.

isRehashingEnabled()

Returns if passwords should be rehashed.

public isRehashingEnabled() : bool
Return values
bool

Returns true is rehashing is enabled, false otherwise.

Search results