Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

incorrect sample code on "Encryption/Decryption" page #411

Closed
racztiborzoltan opened this issue Jun 19, 2014 · 1 comment
Closed

incorrect sample code on "Encryption/Decryption" page #411

racztiborzoltan opened this issue Jun 19, 2014 · 1 comment

Comments

@racztiborzoltan
Copy link

http://docs.phalconphp.com/en/latest/reference/crypt.html#base64-support

Current:

echo $crypt->decryptBase64($text, $key);

Correctly:

echo $crypt->decryptBase64($encrypt, $key);
@andresgutierrez
Copy link
Contributor

Fixed in master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants