From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 4219DBC57 for ; Sun, 15 Aug 2010 19:00:09 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgEFALO5Z0zRVda0emdsb2JhbACBRJFGhSqIEAgVAQELCSQDH580iRCCEoU6LohUAQEDBYU2BIQohTo X-IronPort-AV: E=Sophos;i="4.55,371,1278280800"; d="scan'208";a="65445767" Received: from mail-iw0-f180.google.com ([209.85.214.180]) by mail1-smtp-roc.national.inria.fr with ESMTP; 15 Aug 2010 19:00:08 +0200 Received: by iwn4 with SMTP id 4so934557iwn.39 for ; Sun, 15 Aug 2010 10:00:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=UMP/G9j8vRnQWLbPBfXgS0j0ziPxpKlrQEZgt9ro8zI=; b=RPbdPyYEMmNmDXiekzoJK4DV8xqr6pm4isHdnbhLGQ/v8S+4X2/KqldMT6X19yPbh6 IXfcia+F6Wi8AedUUebm5tic44g96vuU6Z7NjC7sFYVPom/WRGqAFPva5uCwJVmCOGoi QUl0S4mEgc7+r1ZNptZTPva1jOivGvNoUyngA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=S/6TwfARpjMifs8hZeeoF7TBar4hyuEsTRG5bfK2DPgWZkSWQwHkixEriqknu+9WGm 8/2mzNArXdZc6KjSuilP6j50bNRWhjW9W7kk6Qvjsq+DtWvLaFuIr77PtnVTzBLscdZx JqLmcO/yBu+xz76/obX2QLW/fPd+JQ6PpYBmw= MIME-Version: 1.0 Received: by 10.231.152.78 with SMTP id f14mr4616604ibw.60.1281891607829; Sun, 15 Aug 2010 10:00:07 -0700 (PDT) Received: by 10.231.158.77 with HTTP; Sun, 15 Aug 2010 10:00:07 -0700 (PDT) Date: Sun, 15 Aug 2010 20:00:07 +0300 Message-ID: Subject: ANN: fiat-shamir-zkp From: Eray Ozkural To: caml-list Content-Type: multipart/alternative; boundary=005045014644ecdbc5048ddfa5e9 X-Spam: no; 0.00; eray:01 ozkural:01 low-level:01 ocaml:01 implements:01 eray:01 ozkural:01 bilkent:01 low-level:01 ocaml:01 implements:01 bilkent:01 fiat:98 fiat:98 sans-serif:98 --005045014644ecdbc5048ddfa5e9 Content-Type: text/plain; charset=ISO-8859-1 Greetings, I have just uploaded an implementation of Fiat and Shamir's zero-knowledge network authentication protocol on ocamlforge. It was written for a grad-level cryptology course. I thought this was more useful than my half-baked attempts at writing a cryptanalysis library, so here you go :) Given that this protocol has some performance advantages, I might implement a remote secure shell on top of it (after perhaps looking at some low-level optimizations to save some constant factors). SSH is kind of obsolete anyway. Parts of the program are based on Xavier Leroy's wonderful cryptokit, so I thank him in earnest. I think we should really go ahead and implement all sorts of cryptographic protocols in ocaml and release them under GPL. Description: This program implements a cryptographic network authentication scheme based on the work of Fiat-Shamir. The system is described in Section 6.8 of Network Security: Private Communication in a Public World by Kaufman et al. Homepage: http://forge.ocamlcore.org/projects/fiat-shamir-zkp/ License: This library and the example client/server is licensed under GNU Affero General Public License version 3, to maximize its freedom. Comments and contributions most welcome. Happy hacking, -- Eray Ozkural, PhD candidate. Comp. Sci. Dept., Bilkent University, Ankara http://groups.yahoo.com/group/ai-philosophy http://myspace.com/arizanesil http://myspace.com/malfunct --005045014644ecdbc5048ddfa5e9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Greetings,

I have just uploaded =A0an implementation of = Fiat and Shamir's zero-knowledge network authentication protocol on oca= mlforge. It was written for a grad-level cryptology course. I thought this = was more useful than my half-baked attempts at writing a cryptanalysis libr= ary, so here you go :) Given that this protocol has some performance advant= ages, I might implement a remote secure shell on top of it (after perhaps l= ooking at some low-level optimizations to save some constant factors). SSH = is kind of obsolete anyway. Parts of the program are based on Xavier Leroy&= #39;s wonderful cryptokit, so I thank him in earnest. I think we should rea= lly go ahead and implement all sorts of cryptographic protocols in ocaml an= d release them under GPL.

Description:
This program implements a cryptographic ne= twork authentication scheme
based on the work of Fiat-Shamir. The system is described in Section
6.8= of Network Security: Private Communication in a Public World by
Kaufman= et al.



License: This library and the example client/server is = licensed under=A0GNU Affero General Public License version 3, to maximize its freedo= m.

Comments and contributions most welcome.

Happy hacking,

--
Eray Ozkural, PhD candidate.=A0 Comp. Sci. Dept., Bilkent U= niversity, Ankara
http://groups.yahoo.com/group/ai-philosophy
http://myspace.com/arizanesil http://myspace.com/malfunct

--005045014644ecdbc5048ddfa5e9--