I need to generate symmetrics keys with standard AES in ECB mode block and with PKCS5Padding, but I can't do it.
During my searches, I only found functions to encrypt something with this conditions above. But I don't want this; I want to generate a symmetric key.
I need to can communicate with a webservice and I need this, because is one part of encryption.
I have looked at phpseclib, but the library doesn't generate symmetric keys either.