Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install SSH Module Pear

How to install module crypt_random_string, Crypt_Hash, and Crypt_Base with php pear?

I tried to use pear list-all but there's no module from that module. And I tried using the following commands

pear install phpseclib/crypt_random_string
pear install phpseclib/Crypt_Hash
pear install phpseclib/Crypt_Base 

but it's giving me the following error install failed.

like image 980
Febry Fairuz Avatar asked Dec 06 '25 21:12

Febry Fairuz


1 Answers

Did you follow:

pear channel-discover phpseclib.sourceforge.net
pear remote-list -c phpseclib
pear install phpseclib/Crypt_Random
pear install phpseclib/Crypt_Hash
pear install phpseclib/Crypt_Base

Also provide us pear version, OS

like image 161
Destrif Avatar answered Dec 09 '25 12:12

Destrif



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!