Posts

Showing posts with the label file

What is .crypt12 file extension?

Image
.crypt12 file extension "Whats app encrypted database file." WHAT IS A CRYPT12 FILE? A crypt12 file is an encrypted database created by whatsapp messenger, an android messenger application. It contains a 256-bit AES encrypted database of messages sent and received through the app. INFORMATION:- The "crypt12" extension is often appended to a  .DB  file to create a  .DB.CRYPT12  file, which is used by whats app to secure a user's message database on his or her android device. For each new installment , whats app messenger uses a different algorithm to encrypt the DB files. The extension appended to the DB file,such as  .CRYPT7  or  .CRYPT8 , signifies the algorithm. If you are looking to decrypt a crypt12 to view the message history of the app's user you must locate the key file, Which stores the encryption key. The key file is  stored in the following location:  /data/data/com.whatsapp/files/key A CRYPT12 database f...

POC On Sam Decryption

Image
POC On Sam Decryption Introduction In this report we will decrypt the SAM file by using the Cain & Abel tool. About SAM SAM stands for “Security account manager”.It is a database file in Windows XP,Windows Vista,Windows 7,Windows 8.1,Windows 10 that stores user’ password.It stores password in the hash value which is not a readable form Location:-  C:\Windows\System32\config About Cain & Abel Cain & Abel(GUI base) is a password recovery tool for microsoft operating Systems.It allows recovery of several kind of passwords by sniffing the networks,cracking encrypted passwords using Dictionary, Brute-force and cryptanalysis, Recording VoIP conversations, Decoding scrambled passwords, Recovering wireless network keys and all stuffs. Download link:-   http://cain_abel.en.downloadastro.com/ Lab Environment Operating system:- Windows 7 Tool:- Cain & Abel v4.9.35 Proof Of Concept Step 1:- Before opening the Cain & Abel first...