AES encrypt file with base64 output format

Hi!

How can I encrypt file by TAESEncryption class with output file in base64 format?

Use aes.OutputFormat:=base64;

Hi!

Property OtputFormat not affected encryption by EncryptFileW method.

Hi!

Method EncryptStream also output only raw format.

Just use TConvert to convert the result to one of the accepted formats