<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 25, 2014 at 3:28 AM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thu, Jul 24, 2014 at 11:01:50AM -0400, Samuel Greenfeld wrote:<br>
> Just be careful with what you do with unique identifiers.  Having a<br>
> unique identifier for a device is often considered the same as<br>
> uniquely identifying a child.<br>
<br>
</div>Agreed.<br>
<div class=""><br>
> Many countries have laws about what can be collected from younger<br>
> children without permission from their parent or school.  This<br>
> permission has to be given in a manner that children cannot<br>
> intentionally or accidentally do themselves.<br>
><br>
> This is why many websites including Google (in most cases) and<br>
> Facebook do not allow children under 13 to have accounts, and do not<br>
> let parents create accounts for them.<br>
<br>
</div>I don't believe that stops many children.  I offer as proof:<br>
<br>
(a) there are children below the age of 13 that I've met that have<br>
Google or Facebook accounts, and<br>
<br>
(b) there are many Google accounts I've communicated with that act like<br>
children below the age of 13.  ;-)<br>
<div class=""><br>
> So while using a unique identifier may be safe within a local<br>
> system, centrally collecting information about Sugar users by<br>
> default may not be.<br>
<br>
</div>I agree.  Even the serial number should not be used in a way that is<br>
public.  If you must use it, pass it through a one-way hash seeded<br>
with something application specific.<br>
<br>
e.g.<br>
<br>
$(echo $SN cordover | md5sum)<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>Thanks James , would keep that in mind</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br></div></div>