-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy.html
More file actions
69 lines (58 loc) · 6.13 KB
/
Privacy.html
File metadata and controls
69 lines (58 loc) · 6.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head><title>Privacy Policy - b64encode</title><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"></head>
<body style="font-family: 'Open Sans', sans-serif;">
<div class="container mt-5">
<h1 class="text-center">Privacy Policy for b64encode</h1>
<p><strong>Effective Date:</strong> 2025</p>
<p>At b64encode, we value your privacy. We collect certain types of information when you use our services. This policy outlines what we collect, how we use it, and how we protect it. By accessing and using b64encode, you agree to the collection and use of information in accordance with this policy.</p>
<h4>Information We Collect</h4>
<p>We may collect the following types of information when you use our services:</p>
<ul>
<li><strong>Personal Information:</strong> We do not collect personal data such as your name, email address, or website URL. However, should you choose to provide this information, we will treat it with the utmost care and protect it according to this policy.</li>
<li><strong>Non-Personal Information:</strong> We automatically collect information regarding your usage of our site, including your IP address, browser type, referring/exit pages, and date/time stamps. This helps us understand how our users engage with our content.</li>
<li><strong>Cookies and Tracking Technologies:</strong> We may use cookies and similar technologies to improve user experience, track site usage, and personalize content. You can control the use of cookies through your browser settings.</li>
</ul>
<h4>How We Use Your Information</h4>
<p>Your information is used for the following purposes:</p>
<ul>
<li><strong>To Provide and Improve Our Services:</strong> We use the data to provide you with a better experience, personalize content, and improve the functionality of the site.</li>
<li><strong>To Communicate with You:</strong> If you reach out to us, we may use your information to respond to inquiries, provide updates, and notify you about changes to our services.</li>
<li><strong>To Monitor and Analyze Usage:</strong> We analyze data to better understand trends, user preferences, and enhance the quality of our offerings.</li>
</ul>
<h4>Data Protection</h4>
<p>We prioritize the security of your personal information and employ a variety of security measures, including encryption, firewalls, and secure servers, to prevent unauthorized access or disclosure. However, please note that while we implement strict security protocols, no method of transmission over the internet or electronic storage is 100% secure, and we cannot guarantee absolute security.</p>
<h4>Sharing Your Information</h4>
<p>We do not sell or trade your personal information. We may share non-personal information with third-party partners for analytical purposes, or to improve the services we offer, but these partners are not permitted to use your information for other purposes.</p>
<p>We may also disclose your information in response to legal obligations, such as in compliance with a subpoena or other legal process, or if we believe it is necessary to protect our rights, safety, or property, or the safety of others.</p>
<h4>Your Rights and Choices</h4>
<p>You have the right to:</p>
<ul>
<li><strong>Access and Update Your Information:</strong> You can request access to the personal data we hold about you and update any incorrect information.</li>
<li><strong>Opt-Out of Cookies:</strong> You can manage or disable cookies via your browser settings.</li>
<li><strong>Withdraw Consent:</strong> If we have collected your information with your consent, you may withdraw that consent at any time by contacting us.</li>
</ul>
<h4>Changes to This Privacy Policy</h4>
<p>b64encode may update this Privacy Policy from time to time. When we do, we will post the updated policy on this page and revise the "Effective Date" at the top of the page. We encourage you to review this policy periodically to stay informed about how we protect your information.</p>
<h4>Contact Us</h4>
<p>If you have any questions or concerns about this Privacy Policy or how your data is handled, please contact us at <a href="mailto:support@b64encode.com">support@b64encode.com</a>.</p>
<footer class="mt-5 pt-5 pb-3" style="background-color: #f8f9fa;">
<div class="container">
<div class="d-flex justify-content-center">
<ul class="nav">
<li class="nav-item"><a class="nav-link" href="privacy.html">Privacy</a></li>
<li class="nav-item"><a class="nav-link" href="disclaimer.html">Disclaimer</a></li>
<li class="nav-item"><a class="nav-link" href="terms.html">Terms</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="affiliate-disclaimer.html">Affiliate Disclaimer</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="sitemap.xml">Sitemap</a></li>
</ul>
</div>
<p class="text-center mt-3" style="color: #6c757d;">
© 2025 <a href="index.html" style="color: #007bff;">b64encode</a>. All rights reserved.
</p>
</div>
</footer>
</div>
</body>
</html>