PHP Class Resources\Encryption

Author: Iskandar Soesman ([email protected])
Afficher le fichier Open project: panada/panada

Méthodes publiques

Méthode Description
__construct ( $key = false )
decrypt ( $string ) : string Decryption method
encrypt ( $string ) : string Produce encryption

Method Details

__construct() public méthode

public __construct ( $key = false )

decrypt() public méthode

Decryption method
public decrypt ( $string ) : string
Résultat string

encrypt() public méthode

Produce encryption
public encrypt ( $string ) : string
Résultat string