phpseclib / phpseclib

PHP Secure Communications Library
http://phpseclib.com/
MIT License
5.36k stars 888 forks source link

Add support for CAST5 (CAST128) #152

Open singpolyma opened 11 years ago

singpolyma commented 11 years ago

At least when mcrypt is present.

I am working on using mcrypt directly in the meantime, but I think I'm running into the broken-CFB problem.

singpolyma commented 11 years ago

I've managed to mcrypt working enough for my purposes for now, but this would still be nice :)

jasekiw commented 7 years ago

I second this. Now that mcrypt has been marked for removal in PHP 7.1 it becomes important to have a fallback to a pure PHP implementation.