Página 1 de 1

How to do AES128 Encryption / Decryption in Xailer

Publicado: Mar Ago 06, 2024 10:15 am
por Milan Mehta
I wish to do AES128 Encryption / Decryption.

I did come across this function: XA_Aes256Decrypt. But it is 256 bit encryption.

TIA
Milan.

Re: How to do AES128 Encryption / Decryption in Xailer

Publicado: Jue Ago 08, 2024 2:08 pm
por jfgimenez
Hi,

I'm afraid Xailer doesn't have any function to handle AES128, and AFAIK Harbour doesn't too.

Xailer handles AES256, and Harbour handles Blowfish. You may use any of them.

Regards.