Documentation
¶
Overview ¶
Package laravelencryption implements the most subset encryption logic of illuminate\encryption ^v8.51.0
See also ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptString ¶
DecryptString Decrypt the given string without unserialization.
func EncryptByte ¶
EncryptByte Encrypt a byte without serialization.
func EncryptString ¶
EncryptString Encrypt a string to without serialization.
func NewEncrypter ¶
NewEncrypter creates a new encrypter instance with the given key.
Parameters: - key: A string representing the encryption key.
Returns: - *encrypter: A pointer to the encrypter instance. - error: An error if the input key is not supported.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.