AndrewPaglusch / FlashPaper

One-time encrypted password/secret sharing
MIT License
377 stars 60 forks source link

Ensure "secure_delete" is On + maxlength on textarea #31

Closed AndrewPaglusch closed 4 years ago

AndrewPaglusch commented 4 years ago

Ensures secrets are overwritten with zeros when deleted from the database. Thanks to @Matthew-Jenkins for bringing this to my attention. More info here

From my testing, this appears to be the default setting, but this is commit makes sure it's always set correctly.

Also adds feature requested in #32 - maxlength attribute on textarea