Neos\Flow\Security\Cryptography\RsaWalletServiceInterface::decrypt PHP 메소드

decrypt() 공개 메소드

Decrypts the given cypher with the private key identified by the given fingerprint Note: You should never decrypt a password with this function. Use checkRSAEncryptedPassword() to check passwords!
public decrypt ( string $cypher, string $fingerprint ) : string
$cypher string Cypher text to decrypt
$fingerprint string The fingerprint to identify to correct private key
리턴 string The decrypted text
    public function decrypt($cypher, $fingerprint);