cant encrypt using linux 64 php 8.1
cant encrypt using linux 64 php 8.1 have anyone able to?
i even try php 8.3, i am able to decrypt and see the file on the browser, but not encrypt
same here for Ubuntu with PHP8.2. I am able to encrypt but unable to decrypt
Please share the screenshots.
There is no error. The bolt_encrypt simply returns blank irrespective of the input. For example, below code returns blank.
bolt_encrypt( "anand test string", "kyc7fh" )
Decryption works simply fine. I tested with a publicly available sample encrypted program.
My System details
AWS LightSail bitnami@ip-172-26-3-99:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" bitnami@ip-172-26-3-99:~$
Same result here, cannot encrypt on ubuntu 20. Works great on centos7.
any news about this problem?