sKunKbad Posted October 8, 2012 Share Posted October 8, 2012 I'm trying to use a simple encryption class and getting 500 errors. I was able to pinpoint the error to a check for CRYPT_BLOWFISH: if( CRYPT_BLOWFISH == 1 ) { // .... } I thought all php 5.3.X installations were supposed to have CRYPT_BLOWFISH defined. What can I do? The encryption class needs it, and I'm hoping there's an easy fix. Quote Link to comment https://forums.phpfreaks.com/topic/269241-no-crypt_blowfish-in-php533/ Share on other sites More sharing options...
sKunKbad Posted October 8, 2012 Author Share Posted October 8, 2012 This can be deleted. The server is messed up, and the admin is going to have to do something about it. Quote Link to comment https://forums.phpfreaks.com/topic/269241-no-crypt_blowfish-in-php533/#findComment-1383823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.