GithubHelp home page GithubHelp logo

romico / kakaodecrypt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiru/kakaodecrypt

0.0 0.0 0.0 26 KB

Decrypt chat history from the local database of Kakaotalk’s Android app

License: Do What The F*ck You Want To Public License

Python 100.00%

kakaodecrypt's Introduction

Disclamer

I created this tool to decrypt my own chat logs because I’m too lazy to copy and paste them one by one from Kakaotalk. If you want to decrypt messages that were not intended to you, think about how you’d feel if someone would do that to you. You don’t want anybody to read your private conversations with your boyfriend, girlfriend, close friends, family… so don’t do it.

It is your responsability to respect people’s privacy.

kakaodecrypt.py

Decrypt chat history from the local database of Kakaotalk’s Android app.

Usage

Print decrypted chat history:

$ ./kakaodecrypt.py -p KakaoTalk.db
...

Decrypt the chat_logs table into a new chat_logs_dec table:

$ ./kakaodecrypt.py KakaoTalk.db # This creates a new chat_logs_dec table
$ sqlite3 KakaoTalk.db "select user_id, message, attachment \
  from chat_logs_dec where chat_id = 123456789 order by created_at"
...

kakaodecrypt's People

Contributors

jiru avatar junhyukso avatar voidedwarranties avatar rheech avatar 71 avatar

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.