Is it possible to install bcrypt manually -


my webhost, ipage, has not yet made bcrypt available cgi scripts, , because it's not server can't install bcrypt myself using pip or easyinstall etc. question is, possible download bcrypt tarball pc , unzip , load directories , files ipage site tree myself? thanks!

bcrypt standard can implemented in different ways.

i'm not familiar "ipage" sounds have file access.

all need find library implements bcrypt in whatever cgi scripting language using, , include , use in code.

for example if using php, php library offers bcrypt. might find this library implements bcrypt in php. need add password.php under lib directory site, in php scripts need bcrypt require new file , should able use functions. see library documentation information on that.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -