<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kryptering &#187; lösenord</title>
	<atom:link href="http://kryptera.se/t/losenord/feed/" rel="self" type="application/rss+xml" />
	<link>http://kryptera.se</link>
	<description>Information och nyheter om kryptering och IT-säkerhet</description>
	<lastBuildDate>Sun, 20 May 2012 17:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/sv_SE/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>John the Ripper ute i ny version</title>
		<link>http://kryptera.se/john-the-ripper-ute-i-ny-version/</link>
		<comments>http://kryptera.se/john-the-ripper-ute-i-ny-version/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 20:44:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[bcrypt]]></category>
		<category><![CDATA[des]]></category>
		<category><![CDATA[DES S-box]]></category>
		<category><![CDATA[john the ripper]]></category>
		<category><![CDATA[knäcka lösenord]]></category>
		<category><![CDATA[LM hash]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[lösenordsknäckning]]></category>
		<category><![CDATA[Lösenordsknäckningsverktyg]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[OMP]]></category>
		<category><![CDATA[OpenMP]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=917</guid>
		<description><![CDATA[Lösenordsknäckningsverktyget (woh, långt ord) John the Ripper är nu ute i version 1.7.9. Största ändringen är att OMP-patcharna (OpenMP) nu finns med som standard. Changelog enligt följande (engelska) Added optional parallelization of the MD5-based crypt(3) code with OpenMP. Added optional parallelization of the bitslice DES code with OpenMP. Replaced the bitslice DES key setup algorithm [...]<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/john-the-ripper-ute-i-ny-version/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/john-the-ripper-ute-i-ny-version/" size="tall" count="true"></div></div><p><img class="alignright size-thumbnail wp-image-746" title="John the Ripper" src="http://kryptera.se/wp-content/uploads/2011/04/John-the-Ripper-94x150.jpg" alt="" width="94" height="150" />Lösenordsknäckningsverktyget (woh, långt ord) <a href="http://kryptera.se/t/john-the-ripper/" class="st_tag internal_tag" rel="tag" title="john the ripper">John the Ripper</a> är nu ute i version 1.7.9. Största ändringen är att <a href="http://kryptera.se/t/omp/" class="st_tag internal_tag" rel="tag" title="OMP">OMP</a>-patcharna (<a href="http://kryptera.se/t/openmp/" class="st_tag internal_tag" rel="tag" title="OpenMP">OpenMP</a>) nu finns med som standard.</p>
<p>Changelog enligt följande (engelska)</p>
<div>
<div dir="ltr">
<ul>
<li>Added optional parallelization of the <a href="http://kryptera.se/t/md5/" class="st_tag internal_tag" rel="tag" title="md5">MD5</a>-based crypt(3) code with OpenMP.</li>
<li>Added optional parallelization of the bitslice <a href="http://kryptera.se/t/des/" class="st_tag internal_tag" rel="tag" title="des">DES</a> code with OpenMP.</li>
<li>Replaced the bitslice DES key setup algorithm with a faster one, which significantly improves performance at LM hashes, as well as at DES-based crypt(3) hashes when there’s just one salt (or very few salts).</li>
<li>Optimized the <a href="http://kryptera.se/t/des-s-box/" class="st_tag internal_tag" rel="tag" title="DES S-box">DES S-box</a> x86-64 (16-register SSE2) assembly code.</li>
<li>Added support for 10-character DES-based tripcodes (not optimized yet).</li>
<li>Added support for the “$2y$” prefix of <a href="http://kryptera.se/t/bcrypt/" class="st_tag internal_tag" rel="tag" title="bcrypt">bcrypt</a> hashes.</li>
<li>Added two more hash table sizes (16M and 128M entries) for faster processing of very large numbers of hashes per salt (over 1M).</li>
<li>Added two pre-defined external mode variables: “abort” and “status”, which let an external mode request the current <a href="http://kryptera.se/t/cracking/" class="st_tag internal_tag" rel="tag" title="cracking">cracking</a> session to be aborted or the status line to be displayed, respectively.</li>
<li>Made some minor optimizations to external mode function calls and virtual machine implementation of John the Ripper.</li>
<li>The “–make-charset” option now uses floating-point rather than 64-bit integer operations, which allows for larger CHARSET_settings in params.h.</li>
<li>Added runtime detection of Intel AVX and AMD XOP instruction set extensions, with optional fallback to an alternate program binary.</li>
<li>In OpenMP-enabled builds, added support for fallback to a non-OpenMP build when the requested thread count is 1.</li>
<li>Added relbench, a Perl script to compare two “john –test” benchmark runs, such as for different machines, “make” targets, C compilers, optimization options, or/and versions of John the Ripper.</li>
<li>Additional public lists of “top N passwords” have been merged into the bundled common passwords list, and some insufficiently common passwords were removed from the list.</li>
</ul>
<p>JtR kan i sedvanlig ordning laddas hem här: <a href="http://www.openwall.com/john/" target="_blank">http://www.openwall.com/john/</a></p>
</div>
</div>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/john-the-ripper-ute-i-ny-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cain &amp; Abel uppdatering</title>
		<link>http://kryptera.se/cain-abel-uppdatering/</link>
		<comments>http://kryptera.se/cain-abel-uppdatering/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 16:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[ntlmv2]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=450</guid>
		<description><![CDATA[Det kompetenta lösenordsknäckningsverktyget/sniffern Cain &#38; Abel för Windows får sig en uppdatering med bl.a följande: Added MP3 audio file generation in VoIP sniffer. Fixed Abel DLL crashes on 64-bit operating systems. Modified Export function to Users, Groups, Services and Shares lists with TAB separators. Fixed a bug in Wireless Password Decoder concerning Microsoft Virtual WiFi [...]<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/cain-abel-uppdatering/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/cain-abel-uppdatering/" size="tall" count="true"></div></div><p>Det kompetenta lösenordsknäckningsverktyget/sniffern Cain &amp; Abel för <a href="http://kryptera.se/t/windows/" class="st_tag internal_tag" rel="tag" title="windows">Windows</a> får sig en uppdatering med bl.a följande:</p>
<ul>
<li>Added MP3 audio file generation in <a href="http://kryptera.se/t/voip/" class="st_tag internal_tag" rel="tag" title="voip">VoIP</a> <a href="http://kryptera.se/t/sniffer/" class="st_tag internal_tag" rel="tag" title="sniffer">sniffer</a>.</li>
<li>Fixed  Abel DLL crashes on 64-bit operating systems.</li>
<li>Modified Export  function to Users, Groups, Services and Shares lists with TAB  separators.</li>
<li>Fixed a bug in Wireless Password Decoder concerning  Microsoft Virtual <a href="http://kryptera.se/t/wifi/" class="st_tag internal_tag" rel="tag" title="wifi">WiFi</a> Miniport Adapter.</li>
<li>Fixed a bug in <a href="http://kryptera.se/t/ntlmv2/" class="st_tag internal_tag" rel="tag" title="ntlmv2">NTLMv2</a>  Cracker within the “Test Password” function.</li>
<li>Removed  “WindowsFirewallInitialize failed” startup error message if Windows  Firewall service is stopped.</li>
</ul>
<p><br/><br />
Nya versionsnummret är v4.9.36 och kan laddas hem här: <a href="http://www.oxid.it/">oxid.it</a></p>
<p>Skärmdump:<br />
<img class="aligncenter size-full wp-image-451" title="cain-abel" src="http://kryptera.se/wp-content/uploads/2010/06/cain-abel.jpg" alt="" width="390" height="272" /></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/cain-abel-uppdatering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA Kryptering</title>
		<link>http://kryptera.se/wpa-kryptering/</link>
		<comments>http://kryptera.se/wpa-kryptering/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 19:46:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[wpacracker]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=295</guid>
		<description><![CDATA[WPACracker.com är ett nytt projekt där du kan hyra 400 servrar till en kostnad av 17$ som låter dig knäcka WPA-kryptering (åtkomstkontroll och kryptering). 135 miljoner lösenord testas i detta moln-kluster på 20 minuter. Besök WPACracker.com för mer information eller se det inlägg vi skrivit tidigare om lösenordsknäckning i molnet. F&#246;lj oss p&#229; Twitter: http://twitter.com/kryptera<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/wpa-kryptering/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/wpa-kryptering/" size="tall" count="true"></div></div><p><a href="http://kryptera.se/t/wpacracker/" class="st_tag internal_tag" rel="tag" title="wpacracker">WPACracker</a>.com är ett nytt projekt där du kan hyra 400 servrar till en kostnad av 17$ som låter dig knäcka <a href="/t/wpa">WPA</a>-kryptering (åtkomstkontroll och <a href="http://kryptera.se">kryptering</a>).</p>
<p>135 miljoner <a href="/t/lösenord">lösenord </a>testas i detta moln-kluster på 20 minuter.</p>
<p>Besök <a href="http://www.wpacracker.com/">WPACracker.com</a> för mer information eller se det inlägg vi skrivit<a href="http://kryptera.se/losenordsknackning-i-molnet/"> tidigare om lösenordsknäckning i molnet</a>.</p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/wpa-kryptering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Lösenordsdekryptering</title>
		<link>http://kryptera.se/google-losenordsdekryptering/</link>
		<comments>http://kryptera.se/google-losenordsdekryptering/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 19:41:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[lösenord]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=292</guid>
		<description><![CDATA[GooglePasswordDecryptor är ett nytt verktyg från SecurityXploded som dekrypterar de lösenord som Google använder i sina skrivbordsprodukter. Följande produkter klarar verktyget av att dekryptera från: Google Talk Google Picassa Google Desktop Seach Gmail Notifier Internet Explorer (all versions from 4 to 8) Google Chrome Skärmdump: Här kan du läsa mer och ladda hem verktyget: securityxploded.com/googlepassworddecryptor.php [...]<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/google-losenordsdekryptering/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/google-losenordsdekryptering/" size="tall" count="true"></div></div><p>GooglePasswordDecryptor är ett nytt verktyg från <a href="http://SecurityXploded.com">SecurityXploded</a> som dekrypterar de <a href="http://kryptera.se/t/losenord/" class="st_tag internal_tag" rel="tag" title="lösenord">lösenord</a> som <a href="http://kryptera.se/t/google/" class="st_tag internal_tag" rel="tag" title="google">Google</a> använder i sina skrivbordsprodukter. Följande produkter klarar verktyget av att dekryptera från:</p>
<ul type="square">
<li>Google Talk</li>
<li>Google Picassa</li>
<li>Google Desktop Seach</li>
<li>Gmail Notifier</li>
<li>Internet Explorer (all versions from 4 to 8)</li>
<li>Google Chrome</li>
</ul>
<p>Skärmdump:</p>
<p><img class="alignnone" title="Google Lösenordsdekryptering" src="http://securityxploded.com/images/googlepassworddecryptor_main_small.jpg" alt="" width="450" height="368" /></p>
<p>Här kan du läsa mer och ladda hem verktyget:</p>
<p><a href="http://securityxploded.com/googlepassworddecryptor.php">securityxploded.com/googlepassworddecryptor.php</a></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/google-losenordsdekryptering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lösenordsknäckning i molnet</title>
		<link>http://kryptera.se/losenordsknackning-i-molnet/</link>
		<comments>http://kryptera.se/losenordsknackning-i-molnet/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[edpr]]></category>
		<category><![CDATA[elcomsoft]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[pgp]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=287</guid>
		<description><![CDATA[David Campbell skriver ett intressant blogginlägg om hur han gick till väga för att knäcka PGP-kryptering med hjälp av Elcomsofts EDPR-mjukvara samt ett antal servrar från CloudComputing-tjänsten Amazon EC2 (även kallat molnet-tjänst). news.electricalchemy.net/2009/10/cracking-passwords-in-cloud.html Se även den FAQ som han skapat: news.electricalchemy.net/2009/11/cracking-passwords-in-cloud-q.html F&#246;lj oss p&#229; Twitter: http://twitter.com/kryptera<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/losenordsknackning-i-molnet/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/losenordsknackning-i-molnet/" size="tall" count="true"></div></div><p>David Campbell skriver ett intressant blogginlägg om hur han gick till väga för att knäcka <a href="/t/pgp">PGP-kryptering</a> med hjälp av Elcomsofts <a href="http://kryptera.se/t/edpr/" class="st_tag internal_tag" rel="tag" title="edpr">EDPR</a>-<a href="http://www.mjukvara.se">mjukvara</a> samt ett antal servrar från CloudComputing-tjänsten <a href="/t/amazon">Amazon</a> EC2 (även kallat molnet-tjänst).<img class="alignright" title="elcomsoft" src="http://static.updatestar.com/img/icons/945819.32.png" alt="" width="32" height="32" /></p>
<p><a href="http://news.electricalchemy.net/2009/10/cracking-passwords-in-cloud.html">news.electricalchemy.net/2009/10/cracking-passwords-in-cloud.html</a></p>
<p>Se även den FAQ som han skapat:</p>
<p><a href="http://news.electricalchemy.net/2009/11/cracking-passwords-in-cloud-q.html">news.electricalchemy.net/2009/11/cracking-passwords-in-cloud-q.html</a></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/losenordsknackning-i-molnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dekryptera lösenord</title>
		<link>http://kryptera.se/dekryptera-losenord/</link>
		<comments>http://kryptera.se/dekryptera-losenord/#comments</comments>
		<pubDate>Sun, 24 May 2009 11:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[forcering]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[nthash]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[rainbow tables]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=193</guid>
		<description><![CDATA[Att dekryptera eller forcera Windows-lösenord när lösenord tappas bort är en av de vanligaste kryptoproblemen för vanliga Windows-användare. Att forcera dessa lösenord är relativt lätt med hjälp av såkallade Rainbow Tables En av de vanligaste metoderna för att använda sig av Rainbow Tables för att hitta lösenordet på sin Windows-installation är att använda sig av [...]<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/dekryptera-losenord/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/dekryptera-losenord/" size="tall" count="true"></div></div><p><img class="alignleft" title="rainbow tables" src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Password.svg/43px-Password.svg.png" alt="" width="43" height="43" />Att dekryptera eller forcera <a href="http://kryptera.se/t/windows/" class="st_tag internal_tag" rel="tag" title="windows">Windows</a>-<a href="http://kryptera.se/t/losenord/" class="st_tag internal_tag" rel="tag" title="lösenord">lösenord</a> när <a href="http://kryptera.se/t/losenord/" class="st_tag internal_tag" rel="tag" title="lösenord">lösenord</a> tappas bort är en av de vanligaste kryptoproblemen för vanliga Windows-användare. Att forcera dessa <a href="http://kryptera.se/t/losenord/" class="st_tag internal_tag" rel="tag" title="lösenord">lösenord</a> är relativt lätt med hjälp av såkallade <a href="/t/Rainbow Tables">Rainbow Tables</a></p>
<p>En av de vanligaste metoderna för att använda sig av <a href="http://kryptera.se/t/rainbow-tables/" class="st_tag internal_tag" rel="tag" title="rainbow tables">Rainbow Tables</a> för att hitta lösenordet på sin Windows-installation är att använda sig av den bootbara cd-skivan Ophcrack.</p>
<p>Rainbow Tables eller Regnbågstabeller som det blir direktöversatt till Svenska innebär att alla möjliga lösenordskombinationer skapas i en stor tabell och sedan görs slagningar mot denna tabell.</p>
<p>Observera att denna typ av attack enbart är möjlig på den äldre <a href="http://kryptera.se/t/nthash/" class="st_tag internal_tag" rel="tag" title="nthash">NTHASH</a>/<a href="http://kryptera.se/t/ntlm/" class="st_tag internal_tag" rel="tag" title="ntlm">NTLM</a> algoritmen som Microsoft valt att implementera en gång i tiden. Dock så använder många Windows-installationer denna algoritm i dagsläget för att kunna vara bakåtkompatibla.</p>
<p>Så här stora blir tabellfilerna för tabellerna, storleken varierar beroende på vad lösenordet kan innehålla:</p>
<p><img class="aligncenter size-full wp-image-197" title="rainbow" src="http://kryptera.se/wp-content/uploads/2009/05/rainbow.jpg" alt="rainbow" width="483" height="122" /></p>
<tr>
<td><span style="font-family: Georgia; font-size: 13px;">Här kan du ladda hem dessa ISO-filer som du sedan bränner ut till en cd-skiva:</span></td>
<td></td>
<td></td>
</tr>
<ul>
<li>Windows XP - <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-xp-livecd-2.1.0.iso">ophcrack-xp-livecd-2.1.0.iso</a></li>
<li>Windows Vista - <a href="http://downloads.sourceforge.net/ophcrack/ophcrack-vista-livecd-2.1.0.iso">ophcrack-vista-livecd-2.1.0.iso</a></li>
</ul>
<p>Här kan Ophcrack samt regnbågstabeller laddas hem:</p>
<p><a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/dekryptera-losenord/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lösenordsservice</title>
		<link>http://kryptera.se/losenordsservice/</link>
		<comments>http://kryptera.se/losenordsservice/#comments</comments>
		<pubDate>Mon, 04 May 2009 12:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[lösenord]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=165</guid>
		<description><![CDATA[F&#246;lj oss p&#229; Twitter: http://twitter.com/kryptera<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/losenordsservice/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/losenordsservice/" size="tall" count="true"></div></div><p><a href="http://tjanster.idg.se/dilbertimages/dil20090504.gif"><img class="alignnone" src="http://tjanster.idg.se/dilbertimages/dil20090504.gif" alt="" width="476" height="151" /></a></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/losenordsservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lösenordshantering</title>
		<link>http://kryptera.se/losenordshantering/</link>
		<comments>http://kryptera.se/losenordshantering/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[lösenord]]></category>
		<category><![CDATA[nist]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=163</guid>
		<description><![CDATA[Amerikanska NIST har släppt en publikation (PDF) om hur lösenord ska hanteras inom stora organisationer eller företag. Läs den här: Guide to Enterprise Password Management F&#246;lj oss p&#229; Twitter: http://twitter.com/kryptera<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kryptera.se/losenordshantering/' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='false' /></div><div class="alignright"><div class="g-plusone" data-href="http://kryptera.se/losenordshantering/" size="tall" count="true"></div></div><p>Amerikanska <a href="http://www.nist.gov">NIST </a>har släppt en publikation (PDF) om hur <a href="http://kryptera.se/t/losenord/" class="st_tag internal_tag" rel="tag" title="lösenord">lösenord</a> ska hanteras inom stora organisationer eller företag. Läs den här:</p>
<p><a href="http://csrc.nist.gov/publications/drafts/800-118/draft-sp800-118.pdf">Guide to Enterprise Password Management</a></p>
<p>F&ouml;lj oss p&aring; Twitter: <a href="http://twitter.com/kryptera">http://twitter.com/kryptera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kryptera.se/losenordshantering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: kryptera.se @ 2012-05-21 23:40:34 -->
