You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with cryptEncryptString function in this extension.
I encrypt using the function cryptEncryptString and decrypt using Laravel's Crypt::decryptString, but the decrypted string doesn't match. "i:" is added in the beginning and ";" is added in the end. So if i encrypt the number 18, when i decrypt it i get the value i:18;
Is it not possible to encrypt using the function and decrypt using Laravel?
The text was updated successfully, but these errors were encountered:
I am facing an issue with cryptEncryptString function in this extension.
I encrypt using the function cryptEncryptString and decrypt using Laravel's Crypt::decryptString, but the decrypted string doesn't match. "i:" is added in the beginning and ";" is added in the end. So if i encrypt the number 18, when i decrypt it i get the value i:18;
Is it not possible to encrypt using the function and decrypt using Laravel?
The text was updated successfully, but these errors were encountered: