[go-nuts] Re: Bcrypt isn't comparing stored password hash properly

2017-12-23 Thread Gabriel Simmer
, December 5, 2017 at 11:39:38 AM UTC-8, Gabriel Simmer wrote: > > Hey Gophers, > > I have a bit of a headscratcher for you guys today, hoping someone will be > able to help me track down where I've gone wrong. I have an SQLite3 > database with user login info, including username,

[go-nuts] Re: Bcrypt isn't comparing stored password hash properly

2017-12-07 Thread Gabriel Simmer
So after much looking, I've concluded it's not an issue with the database encoding. What's odd is if I manually add the hash to the database it functions fine. On Tuesday, December 5, 2017 at 11:39:38 AM UTC-8, Gabriel Simmer wrote: > > Hey Gophers, > > I have a bit of a headscrat

[go-nuts] Re: Bcrypt isn't comparing stored password hash properly

2017-12-05 Thread Gabriel Simmer
r UTF-8 encoded text into a UTF-16 string? > > > https://stackoverflow.com/questions/4532532/check-the-encoding-of-text-in-sqlite > > Matt > > On Tuesday, December 5, 2017 at 1:39:38 PM UTC-6, Gabriel Simmer wrote: >> >> Hey Gophers, >> >> I have a bit of a hea