Giter Club home page Giter Club 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.

Notice also that since Claws Mail 3.14.0 release there's a new password
storage mechanism which uses a different file, a PBKDF2 based encryption
and a master password. If you have set a master password and you have
forgotten it this utility can't help you. If you have not set a master
password and the password you have forgotten has not been changed since
the pre-3.14.0 version, then you can find the password in the file
passwordstorerc (though you need also to know the account id number from
accountrc to find it because passwordstorerc doesn't use account names).

Requires make, gcc and glib 2.x for building.

Build instructions:

	make

If everything goes well the clawspeek binary will be created.

Installation:

	make install

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).

Usage:

The build process generages a standard manpage which contains additional
information and other details. After installation, it can be viewed with:

	man clawspeek

Note that you may need to update man database before that (see mandb
manual page).

If you installed the program to a non-standard location and the above
command doesn't work (not even after updating the man database) you can
also view the generated manpage in the source directory:

	man -l clawspeek.1

As a last resource you can read the manpage directly on github, which
will nicely format the pod for you, point your browser to:

	http://github.com/mones/clawspeek/blob/master/clawspeek.pod

clawspeek's People

Contributors

mones 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.