Subject Re: Firebird 3 encryption size issue
Author
> I have a problem about the database encryption in Firebird 3. I hope you can give me some solution or an email address where i can get advice.
> I would like create an encryption DLL but my algorithm create bigger encrypted data size than the source data.
> As I see its not possible now and in the pdf below contains that: "Encrypted size == initial size".
> Could you inform me if its issue under development or when will be released the solution to my problem?

  I doubt it requirement could be removed. Firebird performs disk IO using pages of fixed size and
any encryption should preserve data size else it will not fit into data page.

Regards,
Vlad