s0c0 Posted December 1, 2010 Share Posted December 1, 2010 I need a simple two-way encryption algorithm that does not require mcrypt. What did PHP use for 2ways prior to mcrypt? The reason for this is installing mcrypt on our production server requires a recompile of PHP and I'm not keen on doing that on a production server. Security and bit-length of the algo is not that important. Please advise. Link to comment https://forums.phpfreaks.com/topic/220368-need-simple-two-way-encryption-code-no-mcrypt/ Share on other sites More sharing options...
s0c0 Posted December 1, 2010 Author Share Posted December 1, 2010 data is not very sensitive, going to use a rotating character algorithm, never mind. Link to comment https://forums.phpfreaks.com/topic/220368-need-simple-two-way-encryption-code-no-mcrypt/#findComment-1141878 Share on other sites More sharing options...
requinix Posted December 1, 2010 Share Posted December 1, 2010 There's probably a PHP userland implementation of stuff like Blowfish and DES and such somewhere online. Link to comment https://forums.phpfreaks.com/topic/220368-need-simple-two-way-encryption-code-no-mcrypt/#findComment-1141883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.