0

I am testing Blowfish on the RHEL Server. But having followng error:

Failed opening required 'Blowfish/DefaultKey.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/..........

Blowfish/DefaultKey.php file is missing? How to install it?

夏期劇場
  • 17,821
  • 44
  • 135
  • 217

1 Answers1

0

You need to include the full path of the file: Crypt/Blowfish/DefaultKey.php

cweiske
  • 30,033
  • 14
  • 133
  • 194