Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 802 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 802 Bytes

Safari Form Values Decryptor for JAVA

Introduction

This program allows you to decrypt the content of the file /Users/${user}/Library/Safari/Form Values. The output file will be a Binary Plist file which can be opened with any program supporting such format.

How to use it

First thing is to compile the program:

user@domain:~$ mvn clean compile assembly:single

Next you will have to execute the program like this:

user@domain:~$ java -jar program.jar PASSWORD INPUT_FILE OUTPUT_FILE

with:
PASSWORD: the 32 bytes hexadecimal representation Safari's autofill database found in the keychain for the account "Safari" and Service "PersonalFormsAutoFillDatabase"
INPUT_FILE: the path to the Form Values **OUTPUT_FILE: the path to the output file