From 66da00ab3c07aab1ee0b242cdb7a67e331cffb09 Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Tue, 13 Nov 2012 18:54:19 +0530 Subject: [PATCH] Offline cracker for Clipperz password manager --- src/clipperz_srp_fmt_plug.c | 429 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 429 insertions(+) create mode 100644 src/clipperz_srp_fmt_plug.c diff --git a/src/clipperz_srp_fmt_plug.c b/src/clipperz_srp_fmt_plug.c new file mode 100644 index 0000000..99ee7e8 --- /dev/null +++ b/src/clipperz_srp_fmt_plug.c @@ -0,0 +1,429 @@ +/* This software was written by Dhiru Kholia (dhiru at openwall.com) + * in 2012. + * + * This software was written by Jim Fougeron jfoug AT cox dot net + * in 2012. No copyright is claimed, and the software is hereby + * placed in the public domain. In case this attempt to disclaim + * copyright and place the software in the public domain is deemed + * null and void, then the software is Copyright (c) 2012 Jim Fougeron + * and it is hereby released to the general public under the following + * terms: + * + * This software may be modified, redistributed, and used for any + * purpose, in source and binary forms, with or without modification. + * + * This implements the SRP protocol, with Clipperz documented + * implementation specifics. + * + * s = random salt value. + * + * v is the 'verifier' value (256 bit value). + * + * Clipperz's offline database has following relevant fields, + * + *