Skip to content

Instantly share code, notes, and snippets.

View tues's full-sized avatar

Paweł Bartkiewicz tues

View GitHub Profile
@dividedmind
dividedmind / chromewallet.py
Created March 29, 2012 02:38
Chrome password extractor from KWallet
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Quick and dirty Chrome kwallet password extractor
from PyKDE4.kdeui import KWallet
from PyQt4.QtGui import QApplication
from sys import argv
app = QApplication([])