WhatsApp-Crypt12-Decrypter icon indicating copy to clipboard operation
WhatsApp-Crypt12-Decrypter copied to clipboard

Decrypts WhatsApp msgstore.db.crypt12 files.

Results 8 WhatsApp-Crypt12-Decrypter issues
Sort by recently updated
recently updated
newest added

After years of successfully using `WhatsApp-Crypt12-Decrypter` to access _MY_ chat data, this week it stopped working :-( WhatsApp on my phone looks to have updated to v2.21.8.17 and is now...

Hi, I am getting issue at line cipher.init(Cipher.DECRYPT_MODE, new SecretKeySpec(KEY, "AES"), new IvParameterSpec(IV)); Error : java.security.InvalidKeyException: Illegal key size at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) at javax.crypto.Cipher.init(Cipher.java:1393) at javax.crypto.Cipher.init(Cipher.java:1327) After debugging i came to...

Hi, It's possible recrypt into crypt12 before modify the sqlite database. If not, then why?

I use the code to access contact: Intent intent = new Intent("android.intent.action.MAIN"); intent.setAction(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_STREAM, Uri.parse(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + "/" + imageName)); intent.putExtra("jid", phoneNumber + "@s.whatsapp.net"); //phone number without "+" prefix! intent.setPackage("com.whatsapp");...