pecl-libsodium-doc icon indicating copy to clipboard operation
pecl-libsodium-doc copied to clipboard

using on webserver without install ?

Open sherifomran opened this issue 5 years ago • 1 comments

i have a webserver with php 7.3.11 but it seems libsodium is not installed. is there a way to include a file instead of installing the library ? i don't have access to the shell terminal

sherifomran avatar Dec 26 '19 20:12 sherifomran

On your local machine, use Composer to install sodium_compat.

Then, use FTP / SFTP to copy your vendor/ directory to your remote server.

Finally, consider moving to a hosting provider that gives you shell access (such as a virtual private server) but if you can't, at least you can still get a polyfilled libsodium.

paragonie-security avatar Dec 26 '19 20:12 paragonie-security