Skip to content

Tests for compatible cipher modes between php's ext-mcrypt and ext-openssl

Notifications You must be signed in to change notification settings

appills/php-mcrypt-interopability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

php-mcrypt-interopability

Tests for compatible cipher modes between php's ext-mcrypt and ext-openssl

tl;dr

mcrypt mode openssl compatible? openssl mode
ecb yes ecb
cbc yes cbc
cfb yes cfb8
ncfb yes cfb
ctr yes ctr
nofb yes ofb
ofb no x
stream ? ?

About

Tests for compatible cipher modes between php's ext-mcrypt and ext-openssl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages