WhiteDG / mybatis-crypto

🔐 A mybatis-based crypto plugin
Apache License 2.0
72 stars 20 forks source link

使用提供的加解密类io.github.whitedg.mybatis.crypto.AES256Encryptor,无法正确查询 #13

Closed h00m00s00 closed 1 year ago

WhiteDG commented 1 year ago

抱歉,文档没有补充相关说明,之前在 #1 这个 issue 中有做提到。 因为 mybatis-crypto-encryptors 中 AES256Encryptor 相同的明文每次加密生成的密文都是不一样的,所以无法用于查询。