bricke / Qt-AES

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

use #40

Open HuangJiangShen opened 3 years ago

HuangJiangShen commented 3 years ago

I use it(QT) to encrypt(AES128,ECB),key.length > 16 And I want to use nodejs to decrypt , It failed Does it have anything to pay attention to, or does it not support Of course, it may be my code problem, I hope to get some useful information thx

bricke commented 3 years ago

Can you provide a sample where it fails?

soonsolidshenhuangjiang commented 3 years ago

I finally made an EXE version using QT and used it in Node, thanks for your reply