qualintitative / egoweb

This is a repository for EgoWeb 2.0 created and maintained by David P. Kennedy, a researcher at the non-profit RAND Corporation. The repository is also maintained by David Zhang a research programmer at RAND. EgoWeb is a modification of the software EgoNet, which was developed by Chris McCarty at the University of Florida.
http://www.qualintitative.com/wiki/doku.php/egoweb_2.0_home
30 stars 8 forks source link

Reliance on mcrypt, which is removed in php7.2 #23

Open bryanjonker opened 5 years ago

bryanjonker commented 5 years ago

We upgraded to php 7.2, and it looks like mcrypt is removed. This causes the error "Call to undefined function mcrypt_module_get_supported_key_sizes()".

We moved back to php 7.1, but we'd like to stay as current as possible due to security patches, etc. Can we switch to another encryption package, or at least opt into another option via a config file? Thanks.

qualintitative commented 5 years ago

We have made some upgrades to encryption in response to the mcrypt deprivation. I think they are only in the dev branch. @zhangster needs to give more info. We need some instructions, etc.

I posted about this on the egoweb message board: http://www.qualintitative.com/forum/viewtopic.php?f=3&t=4

bryanjonker commented 4 years ago

Any news on this? Thanks.