ongres / scram

SCRAM (RFC 5802) Java implementation
BSD 2-Clause "Simplified" License
26 stars 11 forks source link

scram-sha-256 auth not working properly #6

Closed davecramer closed 4 years ago

davecramer commented 4 years ago

see issue in pgjdbc https://github.com/pgjdbc/pgjdbc/issues/1889

ahachete commented 4 years ago

It is actually working correctly according to the implemented feature... Basically there is no implementation of StringPreparation (which is allowed by the spec), and may cause the effects observed.

While it's not terribly hard to implement full StringPreparation, it is not a trivial task either.

davecramer commented 4 years ago

Closing with description above