I know this is a withdrawn standard. Nevertheless, the customer wants it (and we know who's always right). So, how do I do it? Ho can I choose ISO 10126 padding for an AES128 encryption?
Edit: The LB version in use is 3.4.1 (I didn't have the time/knowledge to fix the latest release to run with XE2)
(1) You can roll your own padding. If you roll your own padding to make the message size an exact multiple of block cipher, TPLB3 will not try to add any additional padding.
(2) For most chaining modes, TPLB3 will automatically add salt. This is normally a good thing, but if you need it without, you can remove the option for it.
(3) I maintain version 3.5.0, which you can find here
http://lockbox.seanbdurkin.id.au/Grok+TurboPower+LockBox
Compared to 3.4.1, the unit names have changed a lot, but the code has not.
(4) If you need a working example, please post your KAT.