Authenticated account access
Dashboard pages, personal records, archived records, account settings, and receipt-photo routes require an authenticated EaseRecord account.
Data & Security
EaseRecord is designed to keep each customer’s records connected to their authenticated account and to limit access to private information. This page explains the safeguards currently built into the service without claiming protections that have not been implemented.
Dashboard pages, personal records, archived records, account settings, and receipt-photo routes require an authenticated EaseRecord account.
Account passwords are stored using Laravel’s password-hashing system. EaseRecord does not need to store or retrieve a readable copy of a customer’s password.
Record operations are scoped to the authenticated customer. A requested record must belong to that account before EaseRecord will display or modify it.
Forms that create, update, archive, restore, or delete information use Laravel’s request-validation and cross-site request-forgery protections.
Private receipt photos
Uploaded receipt photos are stored on EaseRecord’s private local storage disk. A customer must be authenticated, and the related record must belong to that customer, before the image can be viewed.
Accepted JPG and PNG uploads are resized when needed, converted to an optimized JPG, and stripped of embedded metadata during processing.
Receipt responses are delivered with private, no-store cache instructions and content-type protection to reduce unintended browser or intermediary storage.
Customers can replace or remove a receipt photo. Permanently deleting its EaseRecord record also deletes the stored receipt file associated with that record.
Correct or replace record information when circumstances change.
Move inactive records out of the active dashboard without permanently deleting them.
Permanently remove an individual record and its associated receipt photo when it is no longer needed.
No online service can promise absolute security. EaseRecord does not claim to be end-to-end encrypted, zero-knowledge storage, a certified legal archive, an emergency backup system, or a replacement for the original documents maintained by customers or issuing organizations.
Customers should avoid storing passwords, complete payment-card numbers, Social Security numbers, government identification numbers, medical records, or other information that is not necessary for the organizational purpose of a record.