<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/cryptography">
<title>Public marks with search cryptography</title>
<description>Public marks with search cryptography</description>
<link>http://blogmarks.net/marks/search/cryptography</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/BlueVoodoo/mark/1057952283"/>
<rdf:li resource="http://blogmarks.net/api/user/jean-gael/mark/1057709112"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1057600789"/>
<rdf:li resource="http://blogmarks.net/api/user/vargas/mark/1057498986"/>
<rdf:li resource="http://blogmarks.net/api/user/rike_/mark/1057444609"/>
<rdf:li resource="http://blogmarks.net/api/user/rike_/mark/1057444608"/>
<rdf:li resource="http://blogmarks.net/api/user/effraie/mark/1057749788"/>
<rdf:li resource="http://blogmarks.net/api/user/CharlesNepote/mark/1057207819"/>
<rdf:li resource="http://blogmarks.net/api/user/CharlesNepote/mark/1057207608"/>
<rdf:li resource="http://blogmarks.net/api/user/jdrsantos/mark/1058000737"/>
<rdf:li resource="http://blogmarks.net/api/user/jagtech/mark/2214384"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/2070828"/>
<rdf:li resource="http://blogmarks.net/api/user/ericpaul/mark/1821186"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1083944"/>
<rdf:li resource="http://blogmarks.net/api/user/Elessar/mark/922055"/>
<rdf:li resource="http://blogmarks.net/api/user/CharlesNepote/mark/865410"/>
<rdf:li resource="http://blogmarks.net/api/user/jmgautier/mark/859507"/>
<rdf:li resource="http://blogmarks.net/api/user/feision/mark/730531"/>
<rdf:li resource="http://blogmarks.net/api/user/Neewok/mark/678864"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/691820"/>
<rdf:li resource="http://blogmarks.net/api/user/josefigueira/mark/633798"/>
<rdf:li resource="http://blogmarks.net/api/user/ckaroli/mark/1287366"/>
<rdf:li resource="http://blogmarks.net/api/user/fakechris/mark/1252821"/>
<rdf:li resource="http://blogmarks.net/api/user/ckaroli/mark/1287395"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058563800">
<title>Creating Offline Web Applicat...</title>
<link>http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync</link>
<description>Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</description>
<dc:date>2009-10-26T12:18:18Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>web, google, storage, plugin, browser, sync</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync"><img border="0" src="http://blogmarks.net/screenshots/2009/10/26/6ec0d965b36551c86f02ff03c5f5594a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync">Creating Offline Web Applicat...</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/browser">browser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sync">sync</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563800">Copy</a> | 
<a href="http://blogmarks.net/link/3393947">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/BlueVoodoo/mark/1057952283">
<title>Take a closer look at OpenBSD 4.3</title>
<link>http://www.ibm.com/developerworks/aix/library/au-closerlookopenbsd/?ca=dgr-btw15openbsd43&amp;S_TACT=105AGX59&amp;S_CMP=GR</link>
<description>OpenBSD provides a UNIX distribution with a primary emphasis on security and cryptography. If you're looking for a UNIX distribution to deploy in the most critical nexus in your network infrastructure, look no further than OpenBSD. The recent release of OpenBSD—version 4.3—includes several new features and bug fixes that this article reviews.</description>
<dc:date>2008-08-18T15:16:59Z</dc:date>
<dc:author>BlueVoodoo</dc:author>
<dc:subject>programming, unix, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/aix/library/au-closerlookopenbsd/?ca=dgr-btw15openbsd43&amp;S_TACT=105AGX59&amp;S_CMP=GR"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/aix/library/au-closerlookopenbsd/?ca=dgr-btw15openbsd43&amp;S_TACT=105AGX59&amp;S_CMP=GR">Take a closer look at OpenBSD 4.3</a></h4>
 
by <a href="http://blogmarks.net/user/BlueVoodoo">BlueVoodoo</a> 
<p class="description">OpenBSD provides a UNIX distribution with a primary emphasis on security and cryptography. If you're looking for a UNIX distribution to deploy in the most critical nexus in your network infrastructure, look no further than OpenBSD. The recent release of OpenBSD—version 4.3—includes several new features and bug fixes that this article reviews.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057952283">Copy</a> | 
<a href="http://blogmarks.net/link/2871704">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jean-gael/mark/1057709112">
<title>Handbook of Applied Cryptography</title>
<link>http://www.cacr.math.uwaterloo.ca/hac/</link>
<description></description>
<dc:date>2008-02-22T21:49:03Z</dc:date>
<dc:author>jean-gael</dc:author>
<dc:subject>cryptographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cacr.math.uwaterloo.ca/hac/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/09/bde9a005e769e73625927c2a4cb91917.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cacr.math.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a></h4>
 
by <a href="http://blogmarks.net/user/jean-gael">jean-gael</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/123256">3 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptographie">cryptographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057709112">Copy</a> | 
<a href="http://blogmarks.net/link/123256">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1057600789">
<title>Category:OWASP Guide Project - OWASP</title>
<link>http://www.owasp.org/index.php/OWASP_Guide_Project</link>
<description>    * 1 Frontispiece
    * 2 About The Open Web Application Security Project
    * 3 Introduction
    * 4 What are web applications?
    * 5 Policy Frameworks
    * 6 Secure Coding Principles
    * 7 Threat Risk Modeling
    * 8 Handling E-Commerce Payments
    * 9 Phishing
    * 10 Web Services
    * 11 Ajax and Other &quot;Rich&quot; Interface Technologies
    * 12 Guide to Authentication
    * 13 Guide to Authorization
    * 14 Session Management
    * 15 Data Validation
    * 16 Interpreter Injection
    * 17 Canonicalization, locale and Unicode
    * 18 Error Handling, Auditing and Logging
    * 19 File System
    * 20 Distributed Computing
    * 21 Buffer Overflows
    * 22 Administrative Interface
    * 23 Guide to Cryptography
    * 24 Configuration
    * 25 Software Quality Assurance
    * 26 Deployment
    * 27 Maintenance
    * 28 GNU Free Documentation License
    * 29 Reference</description>
<dc:date>2007-12-09T21:50:57Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>administration, webmasters, tutoriels, telecharger</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.owasp.org/index.php/OWASP_Guide_Project"><img border="0" src="http://blogmarks.net/screenshots/2007/12/09/6c783cfcc8c5d80b0822bbe7a0e8c9f2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.owasp.org/index.php/OWASP_Guide_Project">Category:OWASP Guide Project - OWASP</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">    * 1 Frontispiece
    * 2 About The Open Web Application Security Project
    * 3 Introduction
    * 4 What are web applications?
    * 5 Policy Frameworks
    * 6 Secure Coding Principles
    * 7 Threat Risk Modeling
    * 8 Handling E-Commerce Payments
    * 9 Phishing
    * 10 Web Services
    * 11 Ajax and Other "Rich" Interface Technologies
    * 12 Guide to Authentication
    * 13 Guide to Authorization
    * 14 Session Management
    * 15 Data Validation
    * 16 Interpreter Injection
    * 17 Canonicalization, locale and Unicode
    * 18 Error Handling, Auditing and Logging
    * 19 File System
    * 20 Distributed Computing
    * 21 Buffer Overflows
    * 22 Administrative Interface
    * 23 Guide to Cryptography
    * 24 Configuration
    * 25 Software Quality Assurance
    * 26 Deployment
    * 27 Maintenance
    * 28 GNU Free Documentation License
    * 29 Reference</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/administration">administration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webmasters">webmasters</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutoriels">tutoriels</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057600789">Copy</a> | 
<a href="http://blogmarks.net/link/2582910">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vargas/mark/1057498986">
<title>Java Cryptography Extension</title>
<link>http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html</link>
<description></description>
<dc:date>2007-10-23T17:22:42Z</dc:date>
<dc:author>vargas</dc:author>
<dc:subject>java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html">Java Cryptography Extension</a></h4>
 
by <a href="http://blogmarks.net/user/vargas">vargas</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057498986">Copy</a> | 
<a href="http://blogmarks.net/link/2489834">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rike_/mark/1057444609">
<title>CARTOME</title>
<link>http://cartome.org/</link>
<description>Cartome, a companion site to Cryptome, is an archive of news and spatial / geographic documents on privacy, cryptography, dual-use technologies, national security and intelligence -- communicated by imagery systems: cartography, photography, photogrammetry, steganography, camouflage, maps, images, drawings, charts, diagrams, IMINT and their reverse-panopticon and counter-deception potential. (seems not maintained anymore however)</description>
<dc:date>2007-09-16T13:20:23Z</dc:date>
<dc:author>rike_</dc:author>
<dc:subject>archive, security, cartography</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cartome.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/16/d7c87ac280601e938abe939167159524.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cartome.org/">CARTOME</a></h4>
 
by <a href="http://blogmarks.net/user/rike_">rike_</a> 
<p class="description">Cartome, a companion site to Cryptome, is an archive of news and spatial / geographic documents on privacy, cryptography, dual-use technologies, national security and intelligence -- communicated by imagery systems: cartography, photography, photogrammetry, steganography, camouflage, maps, images, drawings, charts, diagrams, IMINT and their reverse-panopticon and counter-deception potential. (seems not maintained anymore however)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/archive">archive</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cartography">cartography</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057444609">Copy</a> | 
<a href="http://blogmarks.net/link/2442455">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rike_/mark/1057444608">
<title>Cryptome</title>
<link>http://cryptome.org/</link>
<description>espionnage/cryptography vast archive</description>
<dc:date>2007-09-16T13:18:31Z</dc:date>
<dc:author>rike_</dc:author>
<dc:subject>espionnage, cryptography, echelon, gpg, archive</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cryptome.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/16/deb36db488f175511ebd77b98603b50f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cryptome.org/">Cryptome</a></h4>
 
by <a href="http://blogmarks.net/user/rike_">rike_</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1153846">1 other(s)</a> 
<p class="description">espionnage/cryptography vast archive</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/espionnage">espionnage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptography">cryptography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/echelon">echelon</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gpg">gpg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/archive">archive</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057444608">Copy</a> | 
<a href="http://blogmarks.net/link/1153846">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/effraie/mark/1057749788">
<title>An Overview of Cryptography</title>
<link>http://www.garykessler.net/library/crypto.html</link>
<description></description>
<dc:date>2007-08-02T11:24:43Z</dc:date>
<dc:author>effraie</dc:author>
<dc:subject>ebooks, free, geek, hacking, prog, crypto, sécurité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.garykessler.net/library/crypto.html"><img border="0" src="http://blogmarks.net/screenshots/2007/08/02/b7df612ab5c6106b279204bed9d7bd25.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.garykessler.net/library/crypto.html">An Overview of Cryptography</a></h4>
 
by <a href="http://blogmarks.net/user/effraie">effraie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/338801">4 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ebooks">ebooks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geek">geek</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hacking">hacking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/prog">prog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/crypto">crypto</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/s%25C3%25A9curit%25C3%25A9">sécurité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057749788">Copy</a> | 
<a href="http://blogmarks.net/link/338801">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CharlesNepote/mark/1057207819">
<title>Paj's Home: Cryptography: JavaScript MD5: Login System</title>
<link>http://pajhome.org.uk/crypt/md5/auth.html</link>
<description></description>
<dc:date>2007-05-20T22:41:23Z</dc:date>
<dc:author>CharlesNepote</dc:author>
<dc:subject>cebdev, web, md5, https, authentification, wikini, javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pajhome.org.uk/crypt/md5/auth.html"><img border="0" src="http://blogmarks.net/screenshots/2007/05/20/5480930f8e98de794f27ed4a1a783d79.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pajhome.org.uk/crypt/md5/auth.html">Paj's Home: Cryptography: JavaScript MD5: Login System</a></h4>
 
by <a href="http://blogmarks.net/user/CharlesNepote">CharlesNepote</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cebdev">cebdev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/md5">md5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/https">https</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/authentification">authentification</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wikini">wikini</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057207819">Copy</a> | 
<a href="http://blogmarks.net/link/2241283">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CharlesNepote/mark/1057207608">
<title>Paj's Home: Cryptography: JavaScript MD5: md5.js</title>
<link>http://pajhome.org.uk/crypt/md5/md5src.html</link>
<description></description>
<dc:date>2007-06-23T11:52:16Z</dc:date>
<dc:author>CharlesNepote</dc:author>
<dc:subject>authentification, rsa, https, wiki, wikini, javascript, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pajhome.org.uk/crypt/md5/md5src.html"><img border="0" src="http://blogmarks.net/screenshots/2007/06/23/095e1ca5d368dbcb0955e783e071f54a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pajhome.org.uk/crypt/md5/md5src.html">Paj's Home: Cryptography: JavaScript MD5: md5.js</a></h4>
 
by <a href="http://blogmarks.net/user/CharlesNepote">CharlesNepote</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/760903">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/authentification">authentification</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rsa">rsa</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/https">https</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wiki">wiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wikini">wikini</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057207608">Copy</a> | 
<a href="http://blogmarks.net/link/760903">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jdrsantos/mark/1058000737">
<title>OpenBSD</title>
<link>http://www.openbsd.org/</link>
<description>The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography. OpenBSD supports binary emulation of most program</description>
<dc:date>2007-05-20T10:55:38Z</dc:date>
<dc:author>jdrsantos</dc:author>
<dc:subject>unix, bsd, distro, freeware, openbsd</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.openbsd.org/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/10/b4b6b8a69e17ce5bb34cc6dc32a47298.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.openbsd.org/">OpenBSD</a></h4>
 
by <a href="http://blogmarks.net/user/jdrsantos">jdrsantos</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/704995">2 other(s)</a> 
<p class="description">The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography. OpenBSD supports binary emulation of most program</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bsd">bsd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/distro">distro</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/freeware">freeware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/openbsd">openbsd</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058000737">Copy</a> | 
<a href="http://blogmarks.net/link/704995">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jagtech/mark/2214384">
<title>Crypto-Gram</title>
<link>http://www.counterpane.com/crypto-gram.html</link>
<description>Crypto-Gram is a free monthly e-mail newsletter on computer security and cryptography from Bruce Schneier (author of Secrets and Lies and Applied Cryptography, inventor of Blowfish and Twofish, CTO and founder of Counterpane Internet Security, Inc., general crypto pundit and occasional crypto curmudgeon).</description>
<dc:date>2007-03-08T05:45:32Z</dc:date>
<dc:author>jagtech</dc:author>
<dc:subject>security, free, internet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.counterpane.com/crypto-gram.html"><img border="0" src="http://blogmarks.net/screenshots/2007/03/08/3c886236e0e09138c75c569154bc3fd2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.counterpane.com/crypto-gram.html">Crypto-Gram</a></h4>
 
by <a href="http://blogmarks.net/user/jagtech">jagtech</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1511153">1 other(s)</a> 
<p class="description">Crypto-Gram is a free monthly e-mail newsletter on computer security and cryptography from Bruce Schneier (author of Secrets and Lies and Applied Cryptography, inventor of Blowfish and Twofish, CTO and founder of Counterpane Internet Security, Inc., general crypto pundit and occasional crypto curmudgeon).</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet">internet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2214384">Copy</a> | 
<a href="http://blogmarks.net/link/1511153">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/2070828">
<title>Useful OpenSSL Commands</title>
<link>http://security.ncsa.uiuc.edu/research/grid-howtos/usefulopenssl.php</link>
<description>OpenSSL is a very powerful cryptography utility, perhaps a little too powerful for the average user. With all the different command line options, it can be a daunting task figuring out how to do exactly what you want to do. Here are several common tasks you may find useful.</description>
<dc:date>2007-02-21T09:06:58Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>ssl</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://security.ncsa.uiuc.edu/research/grid-howtos/usefulopenssl.php"><img border="0" src="http://blogmarks.net/screenshots/2007/02/21/1b418980295eba22e68cec57b50f6e1e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://security.ncsa.uiuc.edu/research/grid-howtos/usefulopenssl.php">Useful OpenSSL Commands</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
<p class="description">OpenSSL is a very powerful cryptography utility, perhaps a little too powerful for the average user. With all the different command line options, it can be a daunting task figuring out how to do exactly what you want to do. Here are several common tasks you may find useful.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ssl">ssl</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2070828">Copy</a> | 
<a href="http://blogmarks.net/link/1752294">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ericpaul/mark/1821186">
<title>HackWatch: Cryptography News: Microsoft Puts NSA Backdoor In Windows</title>
<link>http://www.iol.ie/~kooltek/nsabackdoor.html</link>
<description>NSA backdoor in Windows Vista?</description>
<dc:date>2007-01-14T02:34:25Z</dc:date>
<dc:author>ericpaul</dc:author>
<dc:subject>all, antimicrosoft, MicrosoftNSA, privacy, MicrosoftTrojanHorse, MicrosoftPrivacy, WarOnTerrorism, InternetPrivacy</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.iol.ie/~kooltek/nsabackdoor.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.iol.ie/~kooltek/nsabackdoor.html">HackWatch: Cryptography News: Microsoft Puts NSA Backdoor In Windows</a></h4>
 
by <a href="http://blogmarks.net/user/ericpaul">ericpaul</a> 
<p class="description">NSA backdoor in Windows Vista?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/all">all</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/antimicrosoft">antimicrosoft</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MicrosoftNSA">MicrosoftNSA</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/privacy">privacy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MicrosoftTrojanHorse">MicrosoftTrojanHorse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MicrosoftPrivacy">MicrosoftPrivacy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/WarOnTerrorism">WarOnTerrorism</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/InternetPrivacy">InternetPrivacy</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1821186">Copy</a> | 
<a href="http://blogmarks.net/link/1566721">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1083944">
<title>Free Programming Tutorial Books</title>
<link>http://www.herongyang.com/</link>
<description>Programming Tutorial Books by Herong
A collection of free tutorial books on latest programming technologies. All books are based on Herong's personal experience and ideal for developers learning new technologies. 
Visual Basic Script Tutorials - Herong's Tutorial Notes
Java Tool Tutorials - Herong's Tutorial Notes
Herong's Tutorial Notes on JSP
Herong's Tutorial Notes on JDK
Herong's Tutorial Notes on PHP
Herong's Tutorial Notes on Perl
Herong's Tutorial Notes on ASP
Herong's Tutorial Notes on Cryptography
Herong's Tutorial Notes on Java
Herong's Notes on XML Technologies
Herong's Tutorial Notes on Web Service and SOAP
Herong's Tutorial Notes on SQL
Herong's Tutorial Notes on XSL-FO and XHTML
Herong's Tutorial Notes on C#
Herong's Tutorial Notes on Data Encoding
Herong's Tutorial Notes on GB2312 Character Set
Herong's Tutorial Notes on JVM
Herong's Tutorial Notes on Sorting
Herong's Tutorial Notes on Swing
Herong's Tutorial Notes on Unicode
Herong's Tutorial Notes on Windows</description>
<dc:date>2006-10-10T20:20:01Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>free, programming, download, course, manuals</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.herongyang.com/"><img border="0" src="http://blogmarks.net/screenshots/2006/10/10/7d0ed8552f5c1603a1100170a18ea969.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.herongyang.com/">Free Programming Tutorial Books</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">Programming Tutorial Books by Herong
A collection of free tutorial books on latest programming technologies. All books are based on Herong's personal experience and ideal for developers learning new technologies. 
Visual Basic Script Tutorials - Herong's Tutorial Notes
Java Tool Tutorials - Herong's Tutorial Notes
Herong's Tutorial Notes on JSP
Herong's Tutorial Notes on JDK
Herong's Tutorial Notes on PHP
Herong's Tutorial Notes on Perl
Herong's Tutorial Notes on ASP
Herong's Tutorial Notes on Cryptography
Herong's Tutorial Notes on Java
Herong's Notes on XML Technologies
Herong's Tutorial Notes on Web Service and SOAP
Herong's Tutorial Notes on SQL
Herong's Tutorial Notes on XSL-FO and XHTML
Herong's Tutorial Notes on C#
Herong's Tutorial Notes on Data Encoding
Herong's Tutorial Notes on GB2312 Character Set
Herong's Tutorial Notes on JVM
Herong's Tutorial Notes on Sorting
Herong's Tutorial Notes on Swing
Herong's Tutorial Notes on Unicode
Herong's Tutorial Notes on Windows</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/download">download</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/course">course</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/manuals">manuals</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1083944">Copy</a> | 
<a href="http://blogmarks.net/link/1171013">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Elessar/mark/922055">
<title>CryptoDox - CryptoDox</title>
<link>http://www.cryptodox.com/Main_Page</link>
<description>This website aims at developing a free encyclopedia on cryptography and information security</description>
<dc:date>2006-09-18T08:30:07Z</dc:date>
<dc:author>Elessar</dc:author>
<dc:subject>cryptographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cryptodox.com/Main_Page"><img border="0" src="http://blogmarks.net/screenshots/2006/09/18/e6d6df6e6f9a7029af27d9a8d5ab88a4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cryptodox.com/Main_Page">CryptoDox - CryptoDox</a></h4>
 
by <a href="http://blogmarks.net/user/Elessar">Elessar</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1107064">1 other(s)</a> 
<p class="description">This website aims at developing a free encyclopedia on cryptography and information security</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptographie">cryptographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=922055">Copy</a> | 
<a href="http://blogmarks.net/link/1107064">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CharlesNepote/mark/865410">
<title>Paj's Home: Cryptography: JavaScript MD5</title>
<link>http://pajhome.org.uk/crypt/md5/index.html</link>
<description></description>
<dc:date>2006-09-08T22:37:38Z</dc:date>
<dc:author>CharlesNepote</dc:author>
<dc:subject>javascript, cryptographie, identification, authentification</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pajhome.org.uk/crypt/md5/index.html"><img border="0" src="http://www.blogmarks.net/screenshots/2005/02/02/bd3c081291090d073177d69c2c6b4bb8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pajhome.org.uk/crypt/md5/index.html">Paj's Home: Cryptography: JavaScript MD5</a></h4>
 
by <a href="http://blogmarks.net/user/CharlesNepote">CharlesNepote</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/5126">6 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptographie">cryptographie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/identification">identification</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/authentification">authentification</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=865410">Copy</a> | 
<a href="http://blogmarks.net/link/5126">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jmgautier/mark/859507">
<title>LASEC - Laboratoire de Securité et de Cryptographie</title>
<link>http://lasecwww.epfl.ch/</link>
<description>Ecole Polytechnique Fédérale de Lausanne
The Security and Cryptography Laboratory (LASEC) was created at EPFL in 2000. It is part of the School of Computer and Communication Sciences (I&amp;C). The main activities of LASEC are research and education on the security of communication and information systems, cryptography, and applications.</description>
<dc:date>2006-09-07T09:56:07Z</dc:date>
<dc:author>jmgautier</dc:author>
<dc:subject>security, cryptography</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lasecwww.epfl.ch/"><img border="0" src="http://blogmarks.net/screenshots/2006/09/07/4a1e8a5795a99745a07348e66fea629f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lasecwww.epfl.ch/">LASEC - Laboratoire de Securité et de Cryptographie</a></h4>
 
by <a href="http://blogmarks.net/user/jmgautier">jmgautier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/173822">1 other(s)</a> 
<p class="description">Ecole Polytechnique Fédérale de Lausanne
The Security and Cryptography Laboratory (LASEC) was created at EPFL in 2000. It is part of the School of Computer and Communication Sciences (I&C). The main activities of LASEC are research and education on the security of communication and information systems, cryptography, and applications.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptography">cryptography</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=859507">Copy</a> | 
<a href="http://blogmarks.net/link/173822">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/feision/mark/730531">
<title>Free Computer Books, Tutorials, and Lecture Notes</title>
<link>http://www.maththinking.com/boat/booksIndex.html</link>
<description>Languages   C   C++   XML/XSL   UML   Perl   Python   Tcl/Tk   Ada   Lisp   Assembly
  Fortran   Prolog   Ruby   Cobol   Basic   Scheme   Misc   Programming Languages   More Language BooksMore ...
  View all the sub-categories Java/J2EE   Core Java   Advanced   J2EE/EJB   STRUTS   JSF   Servlet/JSP   Spring/Hibernate
  Enterprise   Design Patterns   Testing   Security   Distributed   GUI   Multimedia   J2ME   More Java/J2EE BooksMore
  View all the sub-categories Unix/Linux   Core Unix   Core Linux   FreeBSD   Security   Shell Programming   Networking
  Unix/Linux Programming   System Admin   GUI/X Windows   Regular Exp.   Text Editing   More Unix/Linux BooksMore ...
  View all the sub-categories Computer Science   Data Structure/Algorithms   How to Program   Languages   Compiler   OS
  Numerical   AI/Logic Prog   Functional   OOD/OOP   Computation   Misc   Architecture   More Computer Science BooksMore ...
  View all the sub-categories Databases   Systems   SQL   Oracle   DB2   Sybase   MySQL   PostgreSQL   Misc   More Database BooksMore ...
  View all the sub-categories Web   PHP   Programming   JavaScript, AJAX   DHTML/CSS   Site Design   Publishing   More Web/Internet BooksMore ...
  View all the sub-categories Networking   General   Networks   TCP/IP   Management   Programming   Internet   More Networking BooksMore ...
  View all the sub-categories Special Topics   Software Engineering   Security   Version Control   Game   LDAP   Certificates
  Signal Processing   Bioinformatics   Cryptography   Reference   TeX/LateX   Statistics   Graphics
  Hardware &amp; PC   Science   Mainframe   Open Source   Information   Math   Human   More Special Topic BooksMore ...
  View all the sub-categories Microsoft   .NET and C#   Programming   Applications</description>
<dc:date>2006-07-26T08:35:45Z</dc:date>
<dc:author>feision</dc:author>
<dc:subject>computer science, how to, shell, reference, science, hardware, management, os, Text Editing, security, multimedia, tutorials, pc tech, Web design references, web tech, networking, database, software engineering, math, ebooks, programming, computer languages</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.maththinking.com/boat/booksIndex.html"><img border="0" src="http://blogmarks.net/screenshots/2006/09/17/3d335ab63f92e1a90e98dbfeb3e2b5e7.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.maththinking.com/boat/booksIndex.html">Free Computer Books, Tutorials, and Lecture Notes</a></h4>
 
by <a href="http://blogmarks.net/user/feision">feision</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/94215">12 other(s)</a> 
<p class="description">Languages   C   C++   XML/XSL   UML   Perl   Python   Tcl/Tk   Ada   Lisp   Assembly
  Fortran   Prolog   Ruby   Cobol   Basic   Scheme   Misc   Programming Languages   More Language BooksMore ...
  View all the sub-categories Java/J2EE   Core Java   Advanced   J2EE/EJB   STRUTS   JSF   Servlet/JSP   Spring/Hibernate
  Enterprise   Design Patterns   Testing   Security   Distributed   GUI   Multimedia   J2ME   More Java/J2EE BooksMore
  View all the sub-categories Unix/Linux   Core Unix   Core Linux   FreeBSD   Security   Shell Programming   Networking
  Unix/Linux Programming   System Admin   GUI/X Windows   Regular Exp.   Text Editing   More Unix/Linux BooksMore ...
  View all the sub-categories Computer Science   Data Structure/Algorithms   How to Program   Languages   Compiler   OS
  Numerical   AI/Logic Prog   Functional   OOD/OOP   Computation   Misc   Architecture   More Computer Science BooksMore ...
  View all the sub-categories Databases   Systems   SQL   Oracle   DB2   Sybase   MySQL   PostgreSQL   Misc   More Database BooksMore ...
  View all the sub-categories Web   PHP   Programming   JavaScript, AJAX   DHTML/CSS   Site Design   Publishing   More Web/Internet BooksMore ...
  View all the sub-categories Networking   General   Networks   TCP/IP   Management   Programming   Internet   More Networking BooksMore ...
  View all the sub-categories Special Topics   Software Engineering   Security   Version Control   Game   LDAP   Certificates
  Signal Processing   Bioinformatics   Cryptography   Reference   TeX/LateX   Statistics   Graphics
  Hardware & PC   Science   Mainframe   Open Source   Information   Math   Human   More Special Topic BooksMore ...
  View all the sub-categories Microsoft   .NET and C#   Programming   Applications</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/computer%2Bscience">computer science</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/how%2Bto">how to</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shell">shell</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/science">science</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hardware">hardware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/management">management</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/os">os</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Text%2BEditing">Text Editing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/multimedia">multimedia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorials">tutorials</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pc%2Btech">pc tech</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Web%2Bdesign%2Breferences">Web design references</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web%2Btech">web tech</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/networking">networking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software%2Bengineering">software engineering</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/math">math</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ebooks">ebooks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=730531">Copy</a> | 
<a href="http://blogmarks.net/link/94215">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Neewok/mark/678864">
<title>Paj's Home: Cryptography: JavaScript MD5</title>
<link>http://pajhome.org.uk/crypt/md5/</link>
<description>Fonctions d'encryption MD4, MD5 et SHA-1 pour Javascript</description>
<dc:date>2007-04-19T21:23:32Z</dc:date>
<dc:author>Neewok</dc:author>
<dc:subject>javascript, webdev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pajhome.org.uk/crypt/md5/"><img border="0" src="http://blogmarks.net/screenshots/2007/04/19/0d96ac703118f0df9da6f1515cb1a0a1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pajhome.org.uk/crypt/md5/">Paj's Home: Cryptography: JavaScript MD5</a></h4>
 
by <a href="http://blogmarks.net/user/Neewok">Neewok</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/25871">4 other(s)</a> 
<p class="description">Fonctions d'encryption MD4, MD5 et SHA-1 pour Javascript</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdev">webdev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=678864">Copy</a> | 
<a href="http://blogmarks.net/link/25871">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/691820">
<title>Wiretapped - Computer Security Software etc.</title>
<link>http://www.wiretapped.net/</link>
<description>Wiretapped is an archive of software and information covering the areas of host, network and information security, network operations, cryptography and privacy, among others. We believe we are now the largest archive of this type of software &amp; information</description>
<dc:date>2006-07-02T22:29:55Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>firewall, security, hacking, springnetdelicious</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.wiretapped.net/"><img border="0" src="http://blogmarks.net/screenshots/2006/08/03/84b428557dac0b94c9afa398e5fa20f3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.wiretapped.net/">Wiretapped - Computer Security Software etc.</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/204758">3 other(s)</a> 
<p class="description">Wiretapped is an archive of software and information covering the areas of host, network and information security, network operations, cryptography and privacy, among others. We believe we are now the largest archive of this type of software & information</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firewall">firewall</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hacking">hacking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnetdelicious">springnetdelicious</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=691820">Copy</a> | 
<a href="http://blogmarks.net/link/204758">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/josefigueira/mark/633798">
<title>Cryptography and Encryption with the CryptoAPI for Visual Basic -- home</title>
<link>http://www.cryptovb.com/home/home.html</link>
<description></description>
<dc:date>2006-06-15T13:02:13Z</dc:date>
<dc:author>josefigueira</dc:author>
<dc:subject>cryptography, tutorials, tech, sourcecode, reference, programming, programacion, opensource, java, free, development, coding, code, basic</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cryptovb.com/home/home.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cryptovb.com/home/home.html">Cryptography and Encryption with the CryptoAPI for Visual Basic -- home</a></h4>
 
by <a href="http://blogmarks.net/user/josefigueira">josefigueira</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptography">cryptography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorials">tutorials</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tech">tech</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sourcecode">sourcecode</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programacion">programacion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/development">development</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/coding">coding</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/basic">basic</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=633798">Copy</a> | 
<a href="http://blogmarks.net/link/924450">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ckaroli/mark/1287366">
<title>Classic Cryptography: Playfair</title>
<link>http://library.thinkquest.org/27158/concept1_8.html</link>
<description>Playfair</description>
<dc:date>2006-06-08T11:52:01Z</dc:date>
<dc:author>ckaroli</dc:author>
<dc:subject>criptographia</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://library.thinkquest.org/27158/concept1_8.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://library.thinkquest.org/27158/concept1_8.html">Classic Cryptography: Playfair</a></h4>
 
by <a href="http://blogmarks.net/user/ckaroli">ckaroli</a> 
<p class="description">Playfair</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/criptographia">criptographia</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1287366">Copy</a> | 
<a href="http://blogmarks.net/link/1298094">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fakechris/mark/1252821">
<title>Handbook of Applied Cryptography</title>
<link>http://www.cacr.math.uwaterloo.ca/hac/index.html</link>
<description>free ebook</description>
<dc:date>2006-06-08T02:38:43Z</dc:date>
<dc:author>fakechris</dc:author>
<dc:subject>encryption</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cacr.math.uwaterloo.ca/hac/index.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/03/22/c2412f3008a594f6fbfb7bfd80d29528.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cacr.math.uwaterloo.ca/hac/index.html">Handbook of Applied Cryptography</a></h4>
 
by <a href="http://blogmarks.net/user/fakechris">fakechris</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/661598">1 other(s)</a> 
<p class="description">free ebook</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/encryption">encryption</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1252821">Copy</a> | 
<a href="http://blogmarks.net/link/661598">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ckaroli/mark/1287395">
<title>Paj's Home: Cryptography: JavaScript MD5</title>
<link>http://pajhome.org.uk/crypt/md5/index.html</link>
<description></description>
<dc:date>2006-06-04T14:04:23Z</dc:date>
<dc:author>ckaroli</dc:author>
<dc:subject>criptographia, javascript, md5</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pajhome.org.uk/crypt/md5/index.html"><img border="0" src="http://www.blogmarks.net/screenshots/2005/02/02/bd3c081291090d073177d69c2c6b4bb8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pajhome.org.uk/crypt/md5/index.html">Paj's Home: Cryptography: JavaScript MD5</a></h4>
 
by <a href="http://blogmarks.net/user/ckaroli">ckaroli</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/5126">6 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/criptographia">criptographia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/md5">md5</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1287395">Copy</a> | 
<a href="http://blogmarks.net/link/5126">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>