<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://anonymous-proxy-servers.net/blog/index.php?/feeds/atom10.xml" rel="self" title="JonDonym News Center" type="application/atom+xml" />
    <link href="https://anonymous-proxy-servers.net/blog/"                        rel="alternate"    title="JonDonym News Center" type="text/html" />
    <link href="https://anonymous-proxy-servers.net/blog/rss.php?version=2.0"     rel="alternate"    title="JonDonym News Center" type="application/rss+xml" />
    <title type="html">JonDonym News Center</title>
    <subtitle type="html">Private and secure web surfing</subtitle>
    
    <id>https://anonymous-proxy-servers.net/blog/</id>
    <updated>2013-05-10T10:06:48Z</updated>
    <generator uri="http://www.s9y.org/" version="1.6.2">Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/377-First-Party-Cookies.html" rel="alternate" title="First-Party Cookies" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-05-09T15:24:40Z</published>
        <updated>2013-05-10T10:06:48Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=377</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=377</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/377-guid.html</id>
        <title type="html">First-Party Cookies</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The browser Mozilla Firefox version 22.0 will block third-party cookies by default. Content from a third-party origin will get only permission to set cookies if its origin already has at least one cookie set. (see: <a href="http://webpolicy.org/2013/02/22/the-new-firefox-cookie-policy/">The New Firefox Cookie Policy</A>). This policy will potentially block cookies from advertising networks that are used to track the browsing habits of users. Google, the main sponsor of Mozilla, is not affected by this policy because Firefox gets a Google cookie at first start.</p>

<p>Is blocking of third-party cookies useful to avoid the tracking of browsing habits of users by third parties? Let's make a small test. We installed a fresh Firefox and disabled third-party cookies in the configuration. This configuration setting is a little bit more restrictive than the new Firefox cookie policy, but suitable for our demonstration. Afterwards we opened 3 websites and took a look at stored cookies.</p>

<ol>
<li><h5><a href="http://www.zeit.de">Zeit.de</a> (online portal of a German newspaper)</h5>
<div style="text-align: center;"><img src="/blogimages/zeit_en.png" alt="cookies set by Zeit.de"  vspace="10"  /></div>
<p>All cookies were classified as first-party content but some of them are used by third-party servers.</p>
<ul>
<li>The cookie <em>&quot;rsi_segs&quot;</em> is used by www.audiencescience.com for behavioral based advertising.</li>
<li><em>&quot;wt3_eid&quot;</em> and <em>&quot;wt3_sid&quot;</em> are used by WebTrekk.</li>
<li>The cookies <em>&quot;__umta&quot;</em> ... <em>&quot;__umtz&quot;</em> are used by Google Analytics.</li>
<li>The cookie <em>&quot;_chartbeat2&quot;</em> is used by www.chartbeat.com for real-time analysis of website vistors.</li>
</ul>
<p>The cookies are generated and send to the tracking service by Javascript. Because these cookies are used to transfer information to third parties it is a violation of user preferences.</p>
</li>
<li><h5><a href="http://www.zalando.de">Zalando.de</a> (commercial webshop)</h5>
<div style="text-align: center;"><img src="/blogimages/zalando_en.png" alt="cookies set by Zalando.de"  vspace="10"  /></div>
<p>Zalando.de uses Javascript generated cookies too. But additional we found two cookies for the sub-domain <em>&quot;track.zalando.de&quot;</em>. This domain is a DNS alias for <em>&quot;zalando-de01.webtrekk.net&quot;</em>, an external server not related to Zalando.de. By using the DNS alias for loading a 1x1 pixel transparent image (webbug), it became first-party status and was able to set the cookies <em>&quot;wteid_xxxxx&quot;</em> and <em>&quot;wtsid_xxxxx&quot;</em>.</p>
</li>
<li><h5><a href="http://www.heise.de">Heise.de</a> (German IT news portal)</h5>
<div style="text-align: center;"><img src="/blogimages/heise_en.png" alt="cookies set by Heise.de" vspace="10"  /></div>
<p>Heise.de is using WebTrekk too. Both methods of Zeit.de (1.) and Zalando.de (2.) are combined:</p>
<ul>
<li>If Javascript is active,  the cookies <em>&quot;wt3_eid&quot;</em> und <em>&quot;wt3_sid&quot;</em> are created with Javascript.</li>
<li>If Javascript was disabled, a 1x1 pixel webbug will be loaded from the sub-domain  <em>&quot;prophet.heise.de&quot;</em>. This sub-domain is a DNS alias for <em>&quot;heise02.webtrekk.net&quot;</em> and is used to get first-party status for the webbug. The webbug sets the cookies <em>&quot;wteid_xxxxx&quot;</em> and <em>&quot;wtsid_xxxxx&quot;</em> for tracking.</li>
</ul>
</li>
</ol>
<h5>Conclusion</h5>
<p>Tracking services are using sophisticated methods to get first-party status for their tracking elements to avoid blocking. The tracking services above are only small examples. Yahoo! Web Analytics</a> sets a one-year, first-party, persistent cookie that includes a unique visitor ID number and is able to <a href="http://help.yahoo.com/l/us/yahoo/ywa/documentation/install_guide/ig_get_started.html">track 99,9% of website visitors</a>.</p>

<p>It is not possible, to use first-party cookies for cross-domain tracking. These cookies are only valid and accessible within the context of one domain. But by using additional tracking features, it is possible to link tracking data of multiple domains together. WebTrekk collects Geo-location by IP address, screen size and color depth of your monitor, inner size of browser window, your preferred language, browser name and version, operating system and version, settings of Java (ON/OFF), Javascript (ON/OFF) and cookies (ON/OFF). It is possible to calculate a high quality <a href="https://anonymous-proxy-servers.net/en/help/wwwprivacy_technik.html#header">browser fingerprint</a> with this data. The browser fingerprint will be unique for most user and it may be possible to use it for linking tracking data over multiple domains.</p>

<p>To avoid  tracking of your browsing habits by third parties we recommend the blocking of all cookies and Javascript. Enable session cookies or Javascript only for trusted websites if required to get it working as expected. Delete all cookies after leaving the website or at least by closing your browser. JonDoFox and JonDoBrowser are configured for this behavior. During your surf session you can delete cookies with click on the menu item <em>&quot;Tools - Clear Recent History&quot;</em> or you may hit CTRL-ALT-DEL.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/375-Speedpartner-mix-servers.html" rel="alternate" title="Speedpartner mix servers" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-05-04T12:00:39Z</published>
        <updated>2013-05-04T12:05:25Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=375</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=375</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/4-Mix-Proxy-Operators" label="Mix Proxy Operators" term="Mix Proxy Operators" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/375-guid.html</id>
        <title type="html">Speedpartner mix servers</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>SpeedPartner GmbH will perform unscheduled maintenance on the
hardware running mix servers <em>lilie/nelke/tulpe</em> today. Please expect a downtime of about 15 minutes and reduced performance
while raid disks are rebuilding afterwards.</p>
<p>Sorry for any inconveniences caused.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/373-JonDo-Error-Message.html" rel="alternate" title="JonDo Error Message" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-05-03T10:26:47Z</published>
        <updated>2013-05-05T09:51:05Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=373</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=373</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/26-JonDonym-News" label="JonDonym News" term="JonDonym News" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/373-guid.html</id>
        <title type="html">JonDo Error Message</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>A few weeks ago we started with the roll-out a a new server software on free mix cascades. This new version contains an additionally integrity check to improve security for users of JonDonym. Unfortunately the latest version has a bug which triggers the following error message in JonDo mostly in case of server overload:</p>
 <div style="text-align: center;"><img src="/blogimages/jondofehler_en.png" alt="error message" /></div>

<p>In the last two weeks we have had an overload situation on free mix cascades because of outage of the free mix cascade provided by TU Dresden and time by time because of unexpected very high traffic on free cascades. In the last case it may be possible, the overload was the result on an attack by unknown third parties to disturb the operation of mix servers.</p>
<p>We are working together with TU Dresden to fix the bug and together with mix operators to improve the robustness against server overload. We're sorry for any inconvenience.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/372-Availability-of-free-services-currently-low.html" rel="alternate" title="Availability of free services currently low" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-04-19T17:32:49Z</published>
        <updated>2013-04-22T21:34:02Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=372</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=372</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/4-Mix-Proxy-Operators" label="Mix Proxy Operators" term="Mix Proxy Operators" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/372-guid.html</id>
        <title type="html">Availability of free services currently low</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Because of technical problems at TU Dresden all services provided by AN.ON for JonDonym have temporarily stopped working. Free services of JonDonym are currently low. We're sorry for any inconvenience.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/371-JonDoBrowser-0.6-Status-Report.html" rel="alternate" title="JonDoBrowser 0.6 - Status Report" />
        <author>
            <name>G. Koppen</name>
                    </author>
    
        <published>2013-04-16T07:39:58Z</published>
        <updated>2013-04-23T05:37:13Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=371</wfw:comment>
    
        <slash:comments>4</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=371</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/371-guid.html</id>
        <title type="html">JonDoBrowser 0.6 - Status Report</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>In the future the JonDoBrowser shall replace the JonDoFox profile in order to
allow an even better protection against tracking on the Web. As the
development is already on its way since a while we would like to deliver a
short status report every six weeks from now on. That would hopefully give
users an idea about where we are now and what still remains to do:</p>

<p>The top 5 things we did during the last six weeks:</p>
<p>1) Worked on the update mechanism (full updates are working on Linux now)<br />
2) We disabled SSL 3.0 by default. If there are problems, please report them!<br />
3) Disabled the annoying add-on bar and moved the UnPlug icon to the toolbar.<br />
4) Reported possible problems for the protection against tracking with HTTP
authentication to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=856978">Mozilla</a>.<br />
5) Released JonDoBrowser 0.6</p>

<p>Top 5 things for the coming weeks:</p>
<p>1) Releasing JonDoBrowser 0.7 (scheduled for May 20, 2013)<br />
2) Integration of partial updates into the update patch for Linux systems<br />
3) Integrating a better compression algorithm for JonDoBrowser packages on
  Linux systems into the build script<br />
4) Mozilla's reftests test suite shall work flawlessly with JonDoBrowser.<br />
5) Removing a duplicated UnPlug in the extensions directory of the profile as
  this is probably causing issues during the first start of JonDoBrowser on
  Linux</p>

<p>ToDo for the 1.0-Release:</p>
<p>1) Update mechanism for Windows, Mac OS X and Linux<br />
2) Integration of JonDo into the JonDoBrowser (Windows only)<br />
3) Making JonDoBrowser compatible with Mozilla's test suites</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/370-Webtracking-Trends.html" rel="alternate" title="Webtracking Trends" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-03-20T12:35:22Z</published>
        <updated>2013-03-20T15:25:36Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=370</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=370</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/370-guid.html</id>
        <title type="html">Webtracking Trends</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>More than 80% of Internet user dislike the tracking of their online behavior. But tracking is expanding more and more. Popular Web sites are far more aggressive in their tracking practices.</p>

<h5>More Elements on Popular Websites</h5>
<p>The project <a href="http://www.law.berkeley.edu/privacycensus.htm">Web Privacy Census</a> of University of California is watching the state of internet tracking and privacy over years. An increasing usage of tracking features was documented. For an example we want to show only the usage of cookies by the 100 most popular websites:</p>
<div align="center">
<table>
<thead>
<tr>
<th scope="col"></th>
<th scope="col" style="font-weight: normal; color: #333;">Numbers of cookies</th>
</tr>
</thead>
<tbody>
<tr><td>2009</td><td style="text-align: center;">3.602</td></tr>
<tr><td>2011</td><td style="text-align: center;">5.675</td></tr>
<tr><td>2012</td><td style="text-align: center;">6.485</td></tr>
</tbody>
</table>
</div>
<p>The project observed statistically significant increases in the amount of usage of sophisticated HTML5 features like DOMstorage and other <a href="http://samy.pl/evercookie/">EverCookies</a> for tracking. 38% of popular websites were using EverCookies techniques in  Oct. 2012. EverCookies are not easy to manage and remove by users like third-party cookies.</p>
<p>Because it is easy to block third-party content with modern browser more third-party aggregators are working to hide their presence in a first-party site by serving content from what are or appear to be first party servers. This approach makes it very difficult to block tracking scripts by advertising blocker. For an example you may have a look at the easy to use <a href="http://www.webtrekk.com/en/products/plug-ins-interfaces.html">tracking plug-ins offered by Webtrekk</a> for blogs, content management systems and shops.</p>
<p>Some tracking services doesn't use markers like cookies or EverCookies but only browser fingerprinting for surfer recognition. The demonstration project Panopticlick featured out, that more than 80% of browser have a unique fingerprint. The recognition rate increases to 94% if Flash or Java plug-ins were enabled. (<a href="https://panopticlick.eff.org/browser-uniqueness.pdf">How Unique Is Your Web Browser</a> PDF). Tracking services are using more sophisticated methods and achieve <a href="http://www.bluecava.com/visitor-insight-campaign-measurement">30% higher recognition rates than cookies based approaches</a>. Other tracking services are <a href="http://www.multicounter.de/features.html">using browser information, screen size and other values additionally</a> for user recognition.</p>
<p>An increasing number of websites is using more than one tracking service. An example is the webshop Zalando. It uses the following tracking and advertiesment services: 36YIELD, ADSCALE, APPNEXUS, ATDMT, ATEMDA, CRITED, DEMDEX, DOUBLECLICK, FACEBOOK, METRIGO, OPENX, PUBMATIC, ADSERVER, SOCIOMANTIC, YIELDLAB und YIELDMANAGER.</p>

<h5>Decreasing number of independent tracking companies</h5>
<p>A number of families of domains and tracking services have been created through acquisition of many companies by some global player. The families are sharing collected data and achieve a large coverage of popular websites.</p>
<p>The larges family is Google and associated companies. The earnings of these family are 44% of the world-wide online advertising market. During the last years Google bought the following companies:</p>
<div align="center">
<table>
<tr><td>2003</td><td>Applied Semantics</td></tr>
<tr><td>2003</td><td>Springs</td></tr>
<tr><td>2006</td><td>dMarc</td></tr>
<tr><td>2007</td><td>Adscape</td></tr>
<tr><td>2007</td><td>Feedburner</td></tr>
<tr><td>2007</td><td>DoubleClick + falkad.net</td></tr>
<tr><td>2009</td><td>Admob</td></tr>
<tr><td>2009</td><td>Teracent</td></tr>
<tr><td>2010</td><td>Invite Media</td></tr>
<tr><td>2011</td><td>Admeld</td></tr>
<tr><td>2012</td><td>Wildfire</td></tr>
<tr><td>2012</td><td>Adelphic</td></tr>
</table>
</div>
<p>Because of this acquisitions tracking features of the Google family are present on more and more popular websites:</p>
<div align="center">
<table>
<thead>
<tr>
<th scope="col"></th>
<th scope="col" style="font-weight: normal; color: #333;">Tracking features of the Google family</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">2005</td>
<td style="text-align: center;">present on 7% of popular websites</td>
</tr>
<tr>
<td style="text-align: center;">2006</td>
<td style="text-align: center;">present on 16% of popular websites</td>
</tr>
<tr>
<td style="text-align: center;">2008</td>
<td style="text-align: center;">present on 55% of popular websites</td>
</tr>
<tr>
<td style="text-align: center;">2009</td>
<td style="text-align: center;">present on 80% of popular websites</td>
</tr>
<tr>
<td style="text-align: center;">2012</td>
<td style="text-align: center;">present on 97% of popular websites</td>
</tr>
</tbody>
</table></div>
<p>Other tracking families are the Overture network, Microsoft and the Yahoo! family, each with a portion of 3-8% of the world-wide online advertising market. The new cooperation of Facebook with BlueKai and Epsilon is the start of a new large tracking family.</p>

<h5>Using of Real World Data</h5>
<p>The tracking of our online behavior offers only an incomplete view on our interests. First steps are taken by Facebook to include real world data in profiling for proper online advertisements. A cooperation with Axciom and Datalogix was <a href="https://www.eff.org/deeplinks/2013/02/howto-opt-out-databrokers-showing-your-targeted-advertisements-facebook">announced</a> in February. Both databrokers operate big databases with real wold data like creditcard payments, loyalty cards at supermarkets and product warranty cards and so on.</p>
<p>If the information flow increased in both direction, our online activities may get more influence of our real live. A year ago <a href="http://news.cnet.com/8301-1009_3-57461462-83/berkeley-laws-first-web-privacy%20-census-is-out-and-its-troubling/">Sarah Downey warns</A>:</p>
<blockquote>The harms of online tracking are real and growing. This isn't about targeted advertising, like the ad industry wants everyone to believe. This is about the collection and use of your personal information in ways you can't even imagine.</blockquote>
<p>Today our online activities may decide about getting a new job or may have an influence on assurance taxes. Personally I know 3 cases of including private online activities to check job applicants by personnel managers. In one case the result was positive. In two cases the applicants were rejected mainly (but not only) because of this data.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/369-AnonJabber-Closed.html" rel="alternate" title="AnonJabber Closed" />
        <author>
            <name>Delta-Protect</name>
                    </author>
    
        <published>2013-03-13T19:09:39Z</published>
        <updated>2013-03-13T20:19:41Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=369</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=369</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/4-Mix-Proxy-Operators" label="Mix Proxy Operators" term="Mix Proxy Operators" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/369-guid.html</id>
        <title type="html">AnonJabber Closed</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Dear customers,</p>
<p>due to low usage, we decide to discontinued the AnonJabber service.</p>

<h5>Related Domains:</h5>
<ul>
<li>anonjabber.net</li>
<li>anonjabber.de</li>
<li>anonjabber.eu</li>
<li>anonjabber.com</li>
<li>jabber-secure.net</li>
</ul>
<p>We apologize for closing the service.</p>

<p>Best regards,<br />
Delta-Protect</p>
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/366-HTTPS-Certificate-Updates.html" rel="alternate" title="HTTPS Certificate Updates" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-02-22T12:30:11Z</published>
        <updated>2013-02-27T01:47:33Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=366</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=366</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/26-JonDonym-News" label="JonDonym News" term="JonDonym News" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/366-guid.html</id>
        <title type="html">HTTPS Certificate Updates</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>We installed new SSL certificates on our webservers. Only the following certificates are valid now:</p>
<ul>
<li><p>For our main domains <em>anonymous-proxy-servers.net</em> and <em>www.anonym-surfen.de</em> the SHA1 fingerprint of the valid HTTPS certificate is:</p><kbd>89:33:DD:4C:45:AA:33:CD:21:38:5E:79:8B:7A:38:FE:11:A8:10:A3</kbd></li>
<li><p>For all subdomains <em>*.anonymous-proxy-servers.net</em> (<em>shop.anonymous-proxy-servers.net, storage.anonymous-proxy-servers.net</em> and others) the SHA1 fingerprint of the valid HTTPS certificate is:</p><kbd>6B:99:C0:75:B5:8D:AF:E0:72:)E:BF:0B:DA:26:CD:18:36:9C:65:63</kbd></li>
</ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/365-16.-Europaeischer-Polizeikongress.html" rel="alternate" title="16. Europäischer Polizeikongress" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-02-20T20:13:57Z</published>
        <updated>2013-02-26T23:45:20Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=365</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=365</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/365-guid.html</id>
        <title type="html">16. Europäischer Polizeikongress</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Auf einem Polizeikongress finden die Teilnehmer ein dankbares Forum, um neue Überwachungsbefugnisse zu fordern. Zentrales Thema auf dem <a href="http://www.european-police.eu/Welcome/">16. Europäischen Polizei&shy;kongress</a> war die Wiedereinführung der Vorrats&shy;daten&shy;speicherung (neudeutsch: <a href="http://neusprech.org/mindestspeicherdauer/">Mindest&shy;speicher&shy;dauer</a>). Heraus&shy;ragende Gedanken äußerte BKA Vize&shy;präsident J. Maurer: Jeder Bürger müsse eine neue Sicht auf das Internet verinnerlichen und eine Speicherung von IP-Adressen sei nicht problematisch, weil:</p>

<blockquote>Wer im Internet ist, hat die Privatheit verlassen.</blockquote>

<p>Diese pauschale Sichtweise würde eine Aufhebung des Post- und Fern&shy;melde&shy;geheimnis für E-Mails und sonstige private Kommunikation im Internet bedeuten. Das Post- und Fern&shy;melde&shy;geheimnis wurde nach den Erfahrungen mit der faschistischen Dikatur Mitte des letzten Jahr&shy;hunderts als Grund&shy;recht in allen über&shy;geordneten Normen&shy;katalogen verankert (UN-Menschen&shy;rechts&shy;konvention, EU-Grund&shy;rechte&shy;charta, Grund&shy;gesetz), als Schutz&shy;recht für Bürger gegen einen über&shy;mächtigen (Polizei-) Staat. Für mich stellt sich die Frage, ob Herr Maurer die geeignete Einstellung hat, um verantwortungsvoll die Führung einer Polizei&shy;behörde mit weit&shy;reichenden geheim&shy;dienstlichen Kompetenzen zu übernehmen.</p>

<p>Ein weiteres Beispiel für den Geist des Kongresses war der starke Beifall für den  nordrhein-west&shy;fälische Innenminister R. Jäger, als er die Haltung von Bundes&shy;justiz&shy;ministerin Leutheusser-Schnarren&shy;berger als <em>&quot;nah an einer Straf&shy;vereitelung&quot;</em> bezeichnete. Die Bundes&shy;justiz&shy;ministerin hält eine Mindest&shy;speicher&shy;dauer von sieben Tagen für IP-Adressen und Quick Freeze für Verbindungs&shy;daten für ausreichend (siehe <a href="http://www.bmj.bund.de/files/35b5b1519d82fc1e2c240e843626ce40/4806/Eckpunkte%20Datensicherung.pdf">Eckpunkte&shy;papier des BJM zur VDS</a>, PDF). Außerdem ist für Frau Leutheusser-Schnarren&shy;berger <a href="http://www.bmj.de/SharedDocs/Reden/DE/2012/20120419_7_For_Net_Symposium.html?nn=1477162">Anonymität ein Grund&shy;prinzip des freien Internets</a>.</p>

<p>Medial begleitet wurde der Polizeikongress  mit Horror&shy;geschichten über <a href="http://www.noz.de/deutschland-und-welt/politik/69650335/polizeigewerkschaft-fordert-2000-cyber-cops">drohende Terror&shy;anschläge per E-Mail</a> oder <a href="http://www.faz.net/aktuell/politik/inland/ein-mordfall-und-mobilfunkdaten-eine-nummer-zu-viel-12029779.html">die schlimmen Folgen fehlender Vorrats&shy;daten&shy;speicherung für die Aufklärung von Mord&shy;fällen</a> (FAZ). Der Bundes&shy;daten&shy;schutz&shy;beauftragte bezeichnete den FAZ-Artikel als <a href="https://www.bfdi.bund.de/bfdi_forum/showthread.php?t=3977">unredlich</a>.</p>

<p>Kein Sprecher auf dem Polizeikongress konnte neue Fakten oder Studien präsentieren, welche die Notwendigkeit der Vorrats&shy;daten&shy;speicherung wissenschaftlich belegen. Zur Erinnerung:</p>
<ul>
<li>Das <a href="https://anonymous-proxy-servers.net/paper/MPI_VDS_Studie.pdf">wissenschaftlichen Gutachten</a> des <em>Max-Planck-Instituts (MPI) für ausländisches und internationales Straf&shy;recht</em> kam zu dem Schluss, dass die Aufzählung spektakulärer Einzel&shy;fälle nicht als Nach&shy;weis der Notwendigkeit für eine 6-monatige Mindest&shy;speicher&shy;dauer genügt. Die Straf&shy;verfolgungs&shy;behörden haben nach Ansicht der Autoren bisher keine belastbaren Begründungen für eine <a href="http://neusprech.org/schutzluecke/">Schutz&shy;lücke</a> im Internet liefern können.</li>
<li>Die Zahlen der jährlichen Kriminalstatistiken des BKA zeigen, dass die Vorrats&shy;daten&shy;speicherung 2009 keinen Einfluss auf die Aufklärungs&shy;rate und die allgemeine Entwicklung der Straf&shy;taten im Internet hatte. Es gibt von Jahr zu Jahr mehr Straf&shy;taten im Internet bei abnehmender Aufklärungsrate. 
<div align="center">
   <table cellspacing="15">
      <tr align="center">
        <td></td>
        <td>2007<br/>(ohne VDS)</td>
        <td>2008<br/>(ohne VDS)</td>
        <td>2009<br/>(mit VDS)</td>
        <td>2010<br/>(ohne VDS)</td>
      </tr>
 
      <tr align="center">
        <td>Straftaten im Internet</td>
        <td valign="bottom">179.026</td>
        <td valign="bottom">167.451</td>
        <td valign="bottom">206.909</td>
        <td valign="bottom">223.642</td>
      </tr>
      <tr align="center">
        <td>Aufklärungsrate im Internet</td>
        <td valign="bottom">82.9%</td>
        <td valign="bottom">79.8%</td>
        <td valign="bottom">75.7%</td>
        <td valign="bottom">72,3%</td>
      </tr>
  </table>
</div>
</li>
</ul>
<p>Sicherheitspolitiker aller Ebenen sollten mehr Respekt vor Grund&shy;prinzipien unserer Gesellschaft zeigen, statt nicht-diskussions&shy;fähige Maximal&shy;forderungen zu präsentieren.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/364-Spamfilter-Tipps-fuer-ueberlaufende-E-Mail-Postfaecher.html" rel="alternate" title="Spamfilter  Tipps für überlaufende E-Mail-Postfächer" />
        <author>
            <name>Gast</name>
                    </author>
    
        <published>2013-02-11T11:46:00Z</published>
        <updated>2013-02-12T19:06:08Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=364</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=364</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/31-Guest" label="Guest" term="Guest" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/364-guid.html</id>
        <title type="html">Spamfilter  Tipps für überlaufende E-Mail-Postfächer</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Beim Aufploppen des E-Mail-Signals des eigenen Mailprogramms kann man sich nicht sicher sein, eine gewollte E-Mail zu bekommen. Fast stündlich landen unerwünschte Werbe-Nachrichten, sogenannte Spammails, in unseren Postfächern. Abhilfe verschaffen Spam-Filter, trotzdem schaffen es gut getarnte Nachrichten immer wieder am Spamschutz vorbei. Mit ein paar Tipps kann man die tägliche Spamflut etwas schmälern.</p> <br /><a href="https://anonymous-proxy-servers.net/blog/index.php?/archives/364-Spamfilter-Tipps-fuer-ueberlaufende-E-Mail-Postfaecher.html#extended">Continue reading "Spamfilter  Tipps für überlaufende E-Mail-Postfächer"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/362-JonDos-does-not-recommend-Hushmail.com.html" rel="alternate" title="JonDos does not recommend Hushmail.com" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2013-01-28T12:33:23Z</published>
        <updated>2013-02-05T08:55:53Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=362</wfw:comment>
    
        <slash:comments>11</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=362</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/362-guid.html</id>
        <title type="html">JonDos does not recommend Hushmail.com</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Hushmail.com enjoys a good reputation for privacy friendly e-mail services or years. The EFF.org recommended in the tutotial about anonymous e-mails accounts only Hushmail.org (<a href="https://www.eff.org/deeplinks/2012/11/tutorial-how-create-anonymous-email-accounts">Don't be a Petraeus</a>) and the German Journalist P.Beuth wants to publish a tutorial for anonymous e-mail accounts by using Hushmail.com next days in the online newspaper ZEIT.de.</p>

<h5>JonDos does NOT recommend Hushmail.com</h5>
<p>Have a look at the <a href="https://www.hushmail.com/privacy/">privacy policy</a> of Hushmail.com. The content of all emails is scanned and like an extended data retention the following data records are stored for 18 month:</p>
<ul>
<li>all sender and recipient email addresses (data retention log)</li>
<li>all file names of attachments</li>
<li>subjects of all emails</li>
<li>URLs in the bodies of unencrypted email</li>
<li>... <em>&quot;and any other information that we deem necessary&quot;</em></li>
</ul>
<p>The stored records are not deleted when you cancel your account.</p>
<p>When you make a purchase to buy a premium account your IP address, country, city and postal code will be transfered to third party PCI compliant services. Hushmail.com is not responsible for the privacy policy of these services. The usage of PCI compliant services may be useful for payment processors like PayPal.com but it is not required for telecommunication services. JonDos GmbH operates for years successful without using PCI compliant services.</p>
<p>The website of Hushmail.com uses third-party services for some parts such as the  help system. After login your Hushmail ID and your name is transferred to these service on purpose (not unintentionally!). For the privacy policy of third-party services Hushmail.com is not responsible.</p>
<h5>Recommended e-mail provider</h5>
<p>A small list of recommended e-mail provider you may find in our online help about <a href="https://anonymous-proxy-servers.net/en/help/thunderbird.html">anonymous e-mail accounts with Mozilla Thunderbird</a>. You may send us your recommendations by using our <a href="https://anonymous-proxy-servers.net/bin/contact?lang=en">contact form</a> and we will add it after checking the service.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/361-Lawful-access-to-user-related-telecommunication-data-in-Germany.html" rel="alternate" title="Lawful access to user-related telecommunication data in Germany" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2012-12-19T16:18:18Z</published>
        <updated>2012-12-25T00:55:07Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=361</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=361</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/361-guid.html</id>
        <title type="html">Lawful access to user-related telecommunication data in Germany</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>In April 2012 the security scientist Pete Swire published a <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2038871">paper</a> about trends in lawful surveillance. Intelligence services and law enforcement agencies are seeking access to stored data in the cloud and on private computers because wired interception of telecommunication is less effective.</p>
<p>With a new drafted law (BR-Drs. 664/12) the German government is taking a leading position in this development. For the future intelligence services and law enforcement agencies may have warrant-less access to passwords of e-mail accounts and cloud-stored data, PIN codes of smartphones and to the <a href="https://de.wikipedia.org/wiki/TR-069">TR-069</a> interface of routers provided by Internet access provider for customers. Provider with more than 100,000 customers have to offer automated interfaces for lawful access. Smaller provider have to answer a request within 6 hours. All providers are not responsible in case of unauthorized access to user-related telecommunication data.</p>
<p>The German Pirate Party commented:</p>
<blockquote><em>&quot;This draft is not supported by constitution.&quot;</em> (<a href="http://fraktion.piratenpartei-sh.de/piraten-vertraulichkeit-und-anonymitat-der-telekommunikation-schutzen/">Patrick Breyer, MDL</a>)</blockquote>

<h5>JonDonym storage grid</h5>
<p>We are going for development of new services to keep your data private. For premium users we offer a <a href="https://storage.anonymous-proxy-servers.net/">storage grid</a>, which does not have all the comfortable features of DropBox and is only accessible by webinterface (at the moment). But it implements some great security concepts:</p>
<ul>
<li>The storage nodes of the grid are operated by verified JonDonym operators. Because of splitting and encryption of data the operators can't inspect your uploads.</li>
<li>An account is not required and no personal data is collected.</li>
<li>The cryptographic keys for read/write or read-only access are included in the URI and are not linkable to a single person.</li>
<li>Access to the storage grid is protected by one of the strongest anonymisation services around the world.</li>
</ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/360-Secure-SSL-encryption-for-webserver.html" rel="alternate" title="Secure SSL encryption for webserver" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2012-12-10T12:39:09Z</published>
        <updated>2013-04-28T19:51:54Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=360</wfw:comment>
    
        <slash:comments>3</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=360</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/360-guid.html</id>
        <title type="html">Secure SSL encryption for webserver</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The project <a href="https://www.trustworthyinternet.org/ssl-pulse/">SSL Pulse</a> tracks nearly 200,000 high profile web sites from the Alexa top one million site list and evaluates their SSL implementation. Only 10% of all sites are genuinely secure.</p>
<div style="text-align: center;"><img src="/blogimages/sslpulse.png" alt="result" /></div>
<p>We want to give some small recommedations for webmaster to improve the security of HTTPS encryption. All sample configuration snippets are
working for Apache2, but you may adapt it for other web servers too.</p>

<h5>Create a SSL certificate</h5>
<p>At first you have to create the SSL certificate and get a signature by a certification authority (CA).
You may use <a href="https://www.checkdomain.de/ssl/">checkdomain</a> to get a signed certificate.</p>

<p>All CAs offer a comfortable webinterface to use your browser of all steps of the certificate creation process. We do NOT recommend the use of website wizards. You do not have full control over the creation of your private key. You may use the OpenSSL library to create at first the private key and a certificate signing request (CSR) afterwards on your computer:</p>
<kbd>&gt; openssl genrsa -out my.key 2048<br />
&gt; openssl req -new -key mein.key -out my.csr</kbd>
<p>Now you can send only the CSR to the CA and you will get the signed certificate (CRT) back.</p>

<h5>Enable SSL encryption in your server configuration</h5>
<p>To enable SSL encryption you have to load the module <em>&quot;ssl&quot;</em> and add the following lines to your virtual host configuration for port 443. The certificate chain file is only required time by time, please read the documentation of you preferred CA and download the bundle if required.</p>

<kbd>
    SSLEngine On<br />
    SSLCertificateKeyFile /path_to/my.key<br />
    SSLCertificateFile /path_to/my.crt<br />
    SSLCertificateChainFile /path_to/bundle.crt<br /></kbd>

<p>Restart your web server and SSL encryption is working. But SSL is a complex standard and contains may insecure features.</p>

<ul>
<li><h5>Disable insecure SSL protocols</h5>
<p>SSL v.2.0 is &quot;broken by design&quot; and SSL v.3.0 is not secure any more. You have to disable both and use only TLS 1.0 - TLS 1.2. You may use the following configuration option in the file <em>ssl.conf</em>:</p>
<kbd>SSLProtocol TLSv1</kbd>
</li>
<li><h5>Disable insecure cipher</h5>
<p>Disable insecure cipher suites and weak keys in <em>ssl.conf</em>. A year ago the security researchers Juliano Rizzo and Thai Duong presented <a href="http://h-online.com/-1346387">BEAST</a> (Browser Exploit Against SSL/TLS). Actual browsers are not affected by this attack any more. You can ignore warnings about BEAST vulnerability of your webserver. Secure settings are:</p>

 <kbd> SSLCipherSuite HIGH:!RC4:!MD5:!aNULL:!EDH:!3DES:!ADH</kbd>

</li>
<li><h5>Disbale TLS compression</h5>
<p>This year Juliano Rizzo and Thai Duong presented a new attack <a href="http://h-online.com/-1702136">CRIME</A> (Compression and Information Leakage of Plaintext). You can avoid this attack by disable TLS cempresion and do not use SPDY. For Apache2 a patch was released in November this year to fix the problem. Keep your software up-2-date.</p>
</li>
<li><h5>Enable HTTP Strict Transport Security</h5>
<p><a href="https://en.wikipedia.org/wiki/Strict_Transport_Security">HTTP Strict Transport Security</a> is a security policy mechanism whereby a web server declares that webbrowser interact with it using only secure HTTPS connections. A HTTP header field is added by the web server to the response. 
This will avoid an attack which was first introduced by Moxie Marlinspike at 2009 BlackHat. To add the Strict Transport Security header you have to load the module <em>&quot;headers&quot;</em> and add the following line to your virtual host configuration:</p>
 <kbd>Header always set Strict-Transport-Security "max-age=31536000"</kbd>
</li>
</ul>
<p>Security is a process and not an one-time action. Check your server time by time with the <a href="https://www.ssllabs.com/ssltest/index.html">SSL server test</a> for new vulnerabilities and fix it as soon as possible.</p>
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/359-Dont-be-a-Petraeus.html" rel="alternate" title="Don't be a Petraeus" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2012-11-29T19:51:23Z</published>
        <updated>2012-12-05T22:01:23Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=359</wfw:comment>
    
        <slash:comments>3</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=359</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/11-Speakers-Corner" label="Speaker's Corner" term="Speaker's Corner" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/359-guid.html</id>
        <title type="html">Don't be a Petraeus</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The EFF.org evaluated the investigation of FBI in the personal lives of CIA Director David Petraeus, Paula Broadwell, Jill Kelly and General John Allen and published <a href="https://www.eff.org/deeplinks/2012/11/tutorial-how-create-anonymous-email-accounts">A Tutorial on Anonymous Email Accounts</a>.</p>
<ol>
<li>You should use an anonymisation service when setting up and accessing your webmail account. You must always use the anonymisation service. (The EFF.org recommends Tor, but JonDonym is suited too.)</li>
<li>Use a privacy-friendly mail provider with secure SSL encryption. GMail or Yahoo! are not acceptable, but Hushmail is not the only one proper mail provider all over the world. You may find some more recommendations in our <a href="/en/help/thunderbird.html">online help</a>.</li>
<li>If an email address was required for account creation you may use <a href="https://anonymous-proxy-servers.net/wiki/index.php/Use_cases#Temporary_E-mail_accounts">disposable addresses</a>. Do not use an email address, which is traceable to you real identity - never.</lI>
<li>Use encryption to keep you mails private. The content of emails may be used for deanonymisation. OpenPGP is recommended.</li>
<li>Additional we want to add a fifth point. Do not store read or sent mails or drafts on the server of your mail provider. Stored mails are not protected by privacy law like telecommunication, if the owner was able to delete them.</li>
</ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="https://anonymous-proxy-servers.net/blog/index.php?/archives/358-Buy-Bitcoin-anonymous.html" rel="alternate" title="Buy Bitcoin anonymous" />
        <author>
            <name>cane</name>
                    </author>
    
        <published>2012-11-15T16:11:47Z</published>
        <updated>2012-11-22T11:13:01Z</updated>
        <wfw:comment>https://anonymous-proxy-servers.net/blog/wfwcomment.php?cid=358</wfw:comment>
    
        <slash:comments>6</slash:comments>
        <wfw:commentRss>https://anonymous-proxy-servers.net/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=358</wfw:commentRss>
    
            <category scheme="https://anonymous-proxy-servers.net/blog/index.php?/categories/26-JonDonym-News" label="JonDonym News" term="JonDonym News" />
    
        <id>https://anonymous-proxy-servers.net/blog/index.php?/archives/358-guid.html</id>
        <title type="html">Buy Bitcoin anonymous</title>
        <content type="xhtml" xml:base="https://anonymous-proxy-servers.net/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Today JonDos GmbH launches a <a href="https://shop.anonymous-proxy-servers.net/bin/btc-shop?lang=en" style="font-weight: bold;">Bitcoin Shop</a>. You my use our Bitcoin shop to buy Bitcoin anonymously and pay with <a href="http://www.paysafecard.com/choose-country/">Paysafecard</a>. Paysafecard vouchers for the currencies euro and dollar are accepted.</p>

<p><a href="http://www.bitcoin.org">Bitcoin</a> is a digital currency and it uses peer-to-peer technology to operate with no central authority. Therefore, it does not depend on the monetary policy of any central bank, but rather evolves based on the user performing an activity. A long <a href="https://en.bitcoin.it/wiki/Trade">list of merchants</a> accepts bitcoin for payment.</p>

<p>The theoretical roots of Bitcoin can be found in the <em>Austrian school of economics</em> led by Eugen v. Böhm-Bawerk, Ludwig Mises und Friedrich A. Hayek. The economists  criticize the current <a href="https://en.wikipedia.org/wiki/Fiat_money">fiat money system</a> and the current money creation process in a fractional-reserve banking system. Friedrich A. Hayek wrote some influential publications like <a href="http://www.iea.org.uk/sites/default/files/publications/files/upldbook431pdf.pdf">Denationalisation of Money</a> (1976, PDF), in which he claims that governments should not have a monopoly over the issuance of money and for returning to money based on the gold standard.</p>

<p>At the moment Bitcoin is the most popular digital currency inspired by the <em>Austrian scholl of economics</em>. With cryptographic methods the problem of double spending was solved the the total number of available coins is limited. Therefore, it can be used for payment services.</p>

<p>Bitcoin is not perfect and it is discussed controversial, but we decided to support Bitcoin. Since July 2011 it is accept for payment for premium services by JonDos GmbH. Now we offer an anonymous <a href="https://shop.anonymous-proxy-servers.net/bin/btc-shop?lang=en">Bitcoin Shop</a> and you may find hints for anonymous administration of your wallet in our <a href="https://anonymous-proxy-servers.net/en/help/premium_jondo4.html">onine help</a>.</p>

<p><span style="font-weight: bold; color: #333;">Update 1:</span> Because of  licensing requirements and orders of <a href="">BaFIN</a> we can offer the Bitcoin shop only for our customers (the user of JonDonym). Please use our anonymisation service to get access to our Bitcoin shop.</p>

<p><span style="font-weight: bold; color: #333;">Update 2:</span> At the moment the pool of Bitcoins is sold very fast. We are working on a solution to supply the pool with new Bitcoins depending on the selling rate. But it will take a few days.</p> 
            </div>
        </content>
        
    </entry>

</feed>