Wanted to add a quick feature and then I get truncated data in UniDAC 7.1.4.
After using EncryptTable on two tables the data is truncated; "Administrator" becomes "Admini".
Both FB3 and MSSQL field size is [n]varchar(500).
To be clear, the field data is encrypted and de-crypts but only part of the original string is there.
TUniEncryptor uses default settings and SetKey.
EncryptTable creates truncated data
Re: EncryptTable creates truncated data
Thank you for the information. We have fixed the issue, and the fix will be included in the next UniDAC build.
Re: EncryptTable creates truncated data
Hello Stellar,Stellar wrote:Thank you for the information. We have fixed the issue, and the fix will be included in the next UniDAC build.
That was fast, is it possible to get source code changes for this issue only from you before the next release?
Fred
Re: EncryptTable creates truncated data
Unfortunately, the issue fix has not been included in the stable UniDAC version. As soon as the fix is included and checked, we will let you know.
Re: EncryptTable creates truncated data
OK, hooked into your code and fixed this myself.Stellar wrote:Unfortunately, the issue fix has not been included in the stable UniDAC version. As soon as the fix is included and checked, we will let you know.
So no rush..