Would UAA user encrypted password always begin with $


Paul Bakare
 

Hi,

I've noticed that UAA encrypted password pattern begins with $ such
as $2a$10$gJaOC9WDsS6y6np8yYF.W.t9ShyUgSO1CP1JvW1F.aBicSxfYTKYe

Would this pattern remain constant?


Filip Hanik
 

On Mon, Sep 14, 2015 at 3:55 AM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:

Hi,

I've noticed that UAA encrypted password pattern begins with $ such
as $2a$10$gJaOC9WDsS6y6np8yYF.W.t9ShyUgSO1CP1JvW1F.aBicSxfYTKYe

Would this pattern remain constant?


Paul Bakare
 

Thank you.

On Mon, Sep 14, 2015 at 2:46 PM, Filip Hanik <fhanik(a)pivotal.io> wrote:

Yes, it's safe to say that it will start with $


http://stackoverflow.com/questions/18994109/why-does-my-bcrypt-password-hash-always-start-with-2y05

https://github.com/cloudfoundry/uaa/blob/master/common/src/test/java/org/cloudfoundry/identity/uaa/user/BCryptPasswordEncoderTest.java

On Mon, Sep 14, 2015 at 3:55 AM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:

Hi,

I've noticed that UAA encrypted password pattern begins with $ such
as $2a$10$gJaOC9WDsS6y6np8yYF.W.t9ShyUgSO1CP1JvW1F.aBicSxfYTKYe

Would this pattern remain constant?