PHP 8.2.31
Preview: StringEncrypter.php Size: 588 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Encryption/StringEncrypter.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Encryption;

interface StringEncrypter
{
    /**
     * Encrypt a string without serialization.
     *
     * @param  string  $value
     * @return string
     *
     * @throws \Illuminate\Contracts\Encryption\EncryptException
     */
    public function encryptString($value);
    /**
     * Decrypt the given string without unserialization.
     *
     * @param  string  $payload
     * @return string
     *
     * @throws \Illuminate\Contracts\Encryption\DecryptException
     */
    public function decryptString($payload);
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
151 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.03 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
151 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
588 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).