Giter VIP home page Giter VIP logo

clawspeek's Introduction

Minimalistic Claws Mail password recovery utility
-------------------------------------------------

Sometimes you forgot the password of one of your Claws Mail accounts,
but you have it saved on your accountrc. (Un)fortunately passwords in
accountrc are obfuscated to prevent immediate reading. This utility
helps to recover those passwords without resorting to network sniffing
or debugging the binary.

Notice this program uses the default obfuscation key. In the unlikely
case that this default key has been changed by your software distributor
this utility won't work for you.

Requires make, gcc and glib 2.x for building.
(On a Debian Squeeze, install libglib2.0-dev instead of glib)

Build instructions:

	make

If everything goes well the clawspeek binary will be created.

Installation:

	make install
	
Open now the accountrc file in your .claws-mail folder

Find the line beginning with "password=". Your password is here, in an encrypted form.

Then launch the following command in a terminal:

/usr/local/bin/clawspeek '!encrypted-password='
(Of course, replace 'encrypted-password' by the one you found above. Copy and paste the whole password, including the signs ! and =, and don't forget the apostrophes around.)

You're done, here is your precious password!



More informations about installation:

Default installation prefix is '/usr/local', you may need to gain root
privileges before installing. You can change location using the PREFIX
variable. Also, DESTDIR variable can be used to specify a different
destination directory (this will be prepended to prefix):

	make install PREFIX=/usr DESTDIR=$HOME/build

Would install binary under $HOME/build/usr/bin, instead of /usr/local/bin.

Removal of previous installation:

	make uninstall

With the same PREFIX and DESTDIR used for installation and the same root
privileges (if required).

clawspeek's People

Contributors

mones avatar tasmatsa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.