Giter Club home page Giter Club logo

Comments (6)

LC044 avatar LC044 commented on May 22, 2024

将我的代码下载下来,运行之后根据提示加载需要的两个文件即可自动解密数据库,会生成一个未加密的sqlite数据库,可以使用任何支持sqlite的数据库打开。我的程序可以自动解密,不需要第三方程序了

from wechatmsg.

aRookieMan avatar aRookieMan commented on May 22, 2024

请问会在那个目录下生成?我使用您的程序,解密界面卡在99%

from wechatmsg.

LC044 avatar LC044 commented on May 22, 2024

解密后的数据库会保存在./app/data/DataBase文件夹里,如果一直卡在99%可耐心等待或者重新启动软件,实测700M的数据库是可以正常解密的,如果数据库文件过大可尝试只恢复部分聊天记录

from wechatmsg.

aRookieMan avatar aRookieMan commented on May 22, 2024

解密后的数据库会保存在./app/data/DataBase文件夹里,如果一直卡在99%可耐心等待或者重新启动软件,实测700M的数据库是可以正常解密的,如果数据库文件过大可尝试只恢复部分聊天记录

感谢,已经没问题了

from wechatmsg.

914988803 avatar 914988803 commented on May 22, 2024

实测3.86g的数据库,解密不了(不知道是不是能否解密)msg.db文件生成了,但是文件大小只有736kb,再次运行后报错: File "c:\sharer\WeChatMsg\main.py", line 41, in loadMainWinView
self.viewMainWIn = mainview.MainWinController(username=username)
File "c:\sharer\WeChatMsg\app\Ui\mainview.py", line 30, in init
self.Me = data.get_myinfo()
File "c:\sharer\WeChatMsg\app\DataBase\data.py", line 123, in get_myinfo
cursor.execute(sql)
sqlite3.OperationalError: no such table: userinfo

from wechatmsg.

LC044 avatar LC044 commented on May 22, 2024

使用最新代码可解决该问题

from wechatmsg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.