keenlabs / KeenClient-PHP

Official PHP client for the Keen IO API. Build analytics features directly into your PHP apps.
https://keen.io/docs
MIT License
133 stars 57 forks source link

Crypto fixes to properly handle 64 hex char keys. #78

Closed eliot-keen closed 8 years ago

eliot-keen commented 8 years ago

Yes, MCRYPT_RIJNDAEL_128 with a 32 byte key is AES-256.

hex337 commented 8 years ago

Update the scoped key test to make sure we handle both cases properly?

hex337 commented 8 years ago

:+1: