The name deprives from “Journey” + “Journal”
A web app for teen’s alike to jot down their thoughts.
Features
- Hashing user password’s
- Encrypting pages based on user passwords
Rough draft
Login
- The user logs in, store un-hashed version of the password to memory.
- Any journal’s they read/write we encrypt with their password and some salt.
- upon logout, we remove the memory
signup
- The user signs up, we store the password as a hashed version
- and we make them have to re-login