File: /var/www/html/fieldblaze.com/data-security.php
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FieldBlaze App</title>
<?php include('include/head.php'); ?>
</head>
<body data-spy="scroll" data-target=".header" data-offset="50">
<?php include('include/header.php'); ?>
<section class="hero-area" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="hero-area-content-inner text-center">
<h1>Responsible Disclosure</h1>
</div>
</div>
</div>
</div>
</section>
<!-- hero area end -->
<!-- about section start -->
<section class="about-area ptb-90">
<div class="container">
<div class="row">
<div class="col-lg-12 text-left custom-content">
<h2>Data Protection Principles</h2>
<p>
We must ensure that appropriate security measures are taken against unlawful or unauthorized processing of personal data, and against the accidental loss of, or damage to, personal data. Data subjects may apply to the courts for compensation if they have suffered damage from such a loss.
</p>
<p>
The Act requires us to put in place procedures and technologies to maintain the security of all personal data from the point of collection to the point of destruction. Personal data may only be transferred to a third-party data processor if he agrees to comply with those procedures and policies, or if he puts in place adequate measures himself.
</p>
<p>
Maintaining data security means guaranteeing the confidentiality, integrity, and availability of personal data, defined as follows:
</p>
<ul class="cm-list">
<li>Confidentiality means that only people who are authorized to use the data can access it.</li>
<li>Integrity means that personal data should be accurate and suitable for the purpose for which it is processed.</li>
<li>Availability means that authorized users should be able to access the data if they need it for authorized purposes. Personal data should therefore be stored on our central computer system instead of individual PCs. </li>
</ul>
</div>
</div>
</div>
</section>
<!-- about section end -->
<?php include('include/footer.php'); ?>
<?php include('include/footer-script.php'); ?>
</body>
</html>