EncryptTable creates truncated data
Posted: Sun 12 Nov 2017 22:30
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.
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.