esday, 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
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
nterpreting your 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
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, hashed password w/
bcrypt, and so on. I also have a "setup" method that is triggered on