davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

sqlite中现在的加密方式如下:SQLCipher: AES 256 bit;System.Data.Sqlite:RC4; sqleet:ChaCha20-Poly1305;wxSQLite3: AES 128 Bit;wxSQLite3: AEX 256 Bit;以上加密方式有能用此插件解密的吗?期待你的答复,非常感谢! #81

Closed jxl-hash closed 1 year ago

davidmartos96 commented 1 year ago

As stated in your previous post, only SQLCipher encryption implementation is supported.

Please, try to post in English so that more people in the platform can understand what is being asked/discussed.

jxl-hash commented 1 year ago

Ok, thank you very much for your reply. I will try my best to use English in the future, thank you