Re: SCRAM inplementation

From: Álvaro Hernández Tortosa <aht(at)8kdata(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Dave Cramer <davecramer(at)gmail(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: SCRAM inplementation
Date: 2017-04-03 01:07:48
Message-ID: a4b6918f-2067-9dac-8360-c88a3f73197c@8kdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 03/04/17 02:50, Michael Paquier wrote:
> On Mon, Apr 3, 2017 at 9:34 AM, Álvaro Hernández Tortosa <aht(at)8kdata(dot)com> wrote:
>> Same as above: the idea is to have it as a general-purpose library.
>> Maybe others want SHA-1. It is very simple to implement it, it adds no extra
>> effort.
> You may be interested in something like this one:
> https://github.com/ogrebgr/scram-sasl

Thanks. I already did have a look at it.

But this library comes with 0 tests. And has some code copied over
other projects, which becomes (probably) unmaintained. I'm writing a
clean-room implementation, with proper tests and no code copied
(dependencies if required).

There are some nice ideas in the library, though.

Álvaro

--

Álvaro Hernández Tortosa

-----------
<8K>data

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2017-04-03 11:05:47 Re: RFC: Make new versions of pgjdbc Java8+
Previous Message Michael Paquier 2017-04-03 00:50:19 Re: SCRAM inplementation