-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarity on how pin/email is stored
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ We do not sell, rent, or share your information with third parties except in the | |
- No sensitive data is transmitted in plaintext. | ||
|
||
2. **Data Storage**: | ||
- Email addresses and PINs are securely hashed and stored in a database. | ||
- Email addresses and PINs are securely stored in a database. | ||
- The PIN is hashed and salted prior to being stored. | ||
- Subscription data is stored to facilitate the notification service. | ||
|
||
3. **Access Controls**: | ||
|
@@ -63,4 +64,4 @@ We may update this policy from time to time to reflect changes in functionality | |
## **Contact Us** | ||
|
||
If you have any questions or concerns about this Privacy Policy, please contact us at: | ||
- **Email**: [email protected] | ||
- **Email**: [email protected] |