-
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.
- Loading branch information
1 parent
b588ecc
commit d11e2b2
Showing
1 changed file
with
85 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Data Retention Policy - PasswordSentinel</title> | ||
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> | ||
<link rel="stylesheet" href="/policies/policies-styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header-container"> | ||
<div class="header-nav"> | ||
<a href="/index.html" class="back-button"> | ||
<i class="fas fa-arrow-left"></i> Back | ||
</a> | ||
</div> | ||
<div class="header-logo"> | ||
<a href="/index.html">PasswordSentinel</a> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
<h1>PasswordSentinel - Data Retention Policy</h1> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-calendar-alt"></i> Effective Date</h2> | ||
<p>November 5, 2024</p> | ||
</section> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-info-circle"></i> Overview</h2> | ||
<p>PasswordSentinel is committed to supporting best practices for data retention and security. Since PasswordSentinel stores data locally on your device and does not transmit it to external servers, this policy provides recommendations on managing, updating, and securely storing your data.</p> | ||
</section> | ||
|
||
<div class="policy-grid"> | ||
<section class="policy-section"> | ||
<h2><i class="fas fa-database"></i> 1. Local Data Storage</h2> | ||
<p>PasswordSentinel stores all passwords and sensitive information locally on your device only. We do not collect or retain data on external servers or third-party services.</p> | ||
</section> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-user-shield"></i> 2. User Responsibility for Data Management</h2> | ||
<p>As a user, you are responsible for managing the data stored by PasswordSentinel on your device. This includes regularly reviewing, updating, and deleting old or unused passwords and information.</p> | ||
</section> | ||
</div> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-tasks"></i> 3. Recommended Data Retention Practices</h2> | ||
<ul> | ||
<li>Regular Updates: Update your stored passwords periodically to maintain security. A best practice is to update sensitive passwords every 3-6 months.</li> | ||
<li>Removal of Unused Data: Regularly delete old or unused passwords to reduce clutter and potential security risks.</li> | ||
<li>Backup Awareness: If you choose to back up your data, ensure it is stored securely, and consider using encrypted storage if possible.</li> | ||
</ul> | ||
</section> | ||
|
||
<div class="policy-grid"> | ||
<section class="policy-section"> | ||
<h2><i class="fas fa-trash-alt"></i> 4. No Automatic Deletion</h2> | ||
<p>PasswordSentinel does not automatically delete or manage stored data on your behalf. You are solely responsible for any deletion or retention of your passwords and other sensitive information on your device.</p> | ||
</section> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-lock"></i> 5. Security Recommendations for Local Storage</h2> | ||
<ul> | ||
<li>Use Strong Master Passwords: Set a unique and strong master password to secure access to PasswordSentinel.</li> | ||
<li>Secure Your Device: Ensure that your device is locked, password-protected, and regularly updated with the latest security patches.</li> | ||
<li>Avoid Shared Devices: For maximum security, avoid using PasswordSentinel on shared or public devices.</li> | ||
</ul> | ||
</section> | ||
</div> | ||
|
||
<section class="policy-section"> | ||
<h2><i class="fas fa-envelope"></i> 6. Contact for Support</h2> | ||
<p>If you have any questions or concerns regarding data retention or secure management of your local data, please reach out to us at:</p> | ||
<ul> | ||
<li>Email: johnlemargonzales@gmail.com</li> | ||
<li>Repository: <a href="https://github.com/CyberSphinxxx/PasswordSentinel">https://github.com/CyberSphinxxx/PasswordSentinel</a></li> | ||
</ul> | ||
</section> | ||
</main> | ||
</body> | ||
</html> |