Guoqiang

Results 2 comments of Guoqiang

For PHP mycrypt the padding is \0 and openssl use PKCS#5 padding, so if you use openssl api's to decrypt php's encrypt result you can disabled default padding. 1. [openssl](https://www.openssl.org/docs/manmaster/crypto/EVP_EncryptInit.html)...

> Hi! > > I'm experiencing the same issue. This is my way of reproducing: > > 1. Run clickhouse-server on standard port 9000 > 2. Execute following code >...