bricke / Qt-AES

Native Qt AES encryption class
The Unlicense
501 stars 187 forks source link

The Padding::ZERO work not well #27

Closed phong12a5 closed 5 years ago

phong12a5 commented 5 years ago

Hi all, I'm a newbie. I tried to use Padding::ZERO with CBC mode. However, the output is not fine. I tested this output on some online tool and the result is not matching Is it an issue?

bricke commented 5 years ago

Can you show a sample code?

phong12a5 commented 5 years ago

Your code still worked well . It's just my mistake when testing :)))