Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using on webserver without install ? #21

Open
sherifomran opened this issue Dec 26, 2019 · 1 comment
Open

using on webserver without install ? #21

sherifomran opened this issue Dec 26, 2019 · 1 comment

Comments

@sherifomran
Copy link

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

@paragonie-security
Copy link
Contributor

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.

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

No branches or pull requests

2 participants