Skip to content

Commit

Permalink
Kwallet module
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed May 12, 2015
1 parent 235e5af commit 7af417f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
LaZagne 0.4 (12/05/2015)
- For Linux
* Kwallet module implemented (by quentin hardy)

LaZagne 0.4 (05/05/2015)
- For Windows
* Fix ie bugs
Expand Down
7 changes: 6 additions & 1 deletion Linux/src/softwares/wallet/kde.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#######################
#
# By Quentin HARDY
#
#######################

import os, sys
from config.header import Header
from config.write_output import print_debug, print_output
Expand Down Expand Up @@ -47,4 +53,3 @@ def run(self):
except Exception,e:
print_debug('ERROR', 'An error occurs with KWallet: {0}'.format(e))

#By Quentin HARDY
Binary file modified Linux/standalone/32bits/LaZagne-32bits
Binary file not shown.
Binary file modified Linux/standalone/64bits/LaZagne-64bits
Binary file not shown.
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,7 @@ __Note: For wifi passwords \ Windows Secrets, launch it with administrator privi
Supported software
----


| Type of tool | Windows | Linux |
|------------------------------------------|:----------------------------:|:----------------------------:|
| **Admin sys** | -------------------------- | -------------------------- |
| | CoreFTP | FileZilla |
| | Cyberduck | Environment Variables |
| | FileZilla | |
| | FTPNavigator | |
| | PuttyCM | |
| | WinSCP | |
| **Browsers** | -------------------------- | -------------------------- |
| | Chrome | Firefox |
| | Firefox | Opera |
| | IE | |
| | Opera | |
| **Chats** | -------------------------- | -------------------------- |
| | Jitsi | Jitsi |
| | Pidgin | Pidgin |
| | Skype | Skype |
| **Cloud** | -------------------------- | -------------------------- |
| | | Owncloud |
| **Database** | -------------------------- | -------------------------- |
| | DBvisualizer | DBvisualizer |
| | Squirrel | Squirrel |
| | SQLdevelopper | SQLdevelopper |
| **Mails** | -------------------------- | -------------------------- |
| | Outlouk | Thunderbird |
| | Thunderbird | |
| **Svn** | -------------------------- | -------------------------- |
| | Tortoise | |
| **Wifi** | Wireless Network | Network Manager |
| | Wireless Network | Network Manager |
|**Internat mechanism / Passwords storage**| -------------------------- |-------------------------- |
| | .NET Password | GNOME Keyring |
| | Generic network | KWallet |
| | Windows Hashes (LM/NT) | |
| | LSA Secrets | |
<p align="center"><img src="./pictures/softwares.png" alt="The LaZagne project"></p>


IE Browser history
Expand Down

0 comments on commit 7af417f

Please sign in to comment.