Coders-Living-Instant-Work-Journal / coders-living-instant-journal-client

A CLI based work journal, allowing coders to take quick notes from the terminal, and automatically sending scheduled e-mails containing notes from the configured time period.
MIT License
0 stars 0 forks source link

Client App - Encrypt password #27

Closed peter7cole closed 4 years ago

peter7cole commented 4 years ago

As a user, I want my password to be encrypted for security

Description

Given that the user exists, and wants more security (what if they don't?) When the user submits a password, it is used to encrypt and decrypt their data Then the hashed version is stored and used by the server

Feature Tasks

Acceptance Tests