http://bugs.winehq.org/show_bug.cgi?id=28673
--- Comment #8 from den123 den.aria@gmail.com 2011-10-20 06:07:13 CDT --- sorry i am wrong
Bugs in End Padding (not SALT padding, i dont use SALT in encryption) In block cipher block is 16 byte end byte is stuff
For example in dependen of length of end stuff 01 02 02 03 03 03 04 04 04 04 .... 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16
End when i use function CryptEncrypt CryptDecrypt I have param - Final flag, The function can't determinate correctly the end of byte and using Final flag wrong, It's bug in Wine and some time in Windows too, it's not good.