``` sqlite> select * from users; 1|mhrivnak|letmein|mhrivnak@somewhere|me|| ``` I used the password `letmein` here, and you can see that it's stored in the DB in plaintext. It should at least be stored as just the hash.
I used the password
letmeinhere, and you can see that it's stored in the DB in plaintext. It should at least be stored as just the hash.