<?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; john the ripper</title>
	<atom:link href="http://kryptera.se/t/john-the-ripper/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 bcrypt 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 cracking 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 <a href="http://kryptera.se/t/intel-avx/" class="st_tag internal_tag" rel="tag" title="Intel AVX">Intel AVX</a> 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><a href="http://kryptera.se/t/jtr/" class="st_tag internal_tag" rel="tag" title="jtr">JtR</a> 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>John the Ripper 1.7.7</title>
		<link>http://kryptera.se/john-the-ripper-1-7-7/</link>
		<comments>http://kryptera.se/john-the-ripper-1-7-7/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 13:21:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[AMD XOP]]></category>
		<category><![CDATA[bitslice DES]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[GCC]]></category>
		<category><![CDATA[Gnu Binutils]]></category>
		<category><![CDATA[Intel AVX]]></category>
		<category><![CDATA[john the ripper]]></category>
		<category><![CDATA[jtr]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[OpenMP]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=744</guid>
		<description><![CDATA[Nu har den populära knäckningsprogrammvaran John the Ripper släppts i en ny version, nämligen 1.7.7. Ändringar är enligt följande (på engelska): * Added Intel AVX and AMD XOP instruction sets support for bitslice DES (with C compiler intrinsics). New make targets: linux-x86-64-avx, linux-x86-64-xop, linux-x86-avx, and linux-x86-xop (these require recent versions of GCC and GNU binutils). [...]<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-1-7-7/' 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-1-7-7/" 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" />Nu har den populära knäckningsprogrammvaran <a href="http://kryptera.se/t/john-the-ripper/" class="st_tag internal_tag" rel="tag" title="john the ripper">John the Ripper</a> släppts i en ny version, nämligen 1.7.7.</p>
<p>Ändringar är enligt följande (på engelska):</p>
<p>* Added <a href="http://kryptera.se/t/intel-avx/" class="st_tag internal_tag" rel="tag" title="Intel AVX">Intel AVX</a> and <a href="http://kryptera.se/t/amd-xop/" class="st_tag internal_tag" rel="tag" title="AMD XOP">AMD XOP</a> instruction sets support for bitslice <a href="http://kryptera.se/t/des/" class="st_tag internal_tag" rel="tag" title="des">DES</a> (with C compiler intrinsics). New make targets: linux-x86-64-avx, linux-x86-64-xop, linux-x86-avx, and linux-x86-xop (these require recent versions of <a href="http://kryptera.se/t/gcc/" class="st_tag internal_tag" rel="tag" title="GCC">GCC</a> and <a href="http://kryptera.se/t/gnu-binutils/" class="st_tag internal_tag" rel="tag" title="Gnu Binutils">GNU binutils</a>).<br />
* A &#8221;dummy&#8221; &#8221;format&#8221; is now supported (plaintext passwords encoded in hexadecimal and prefixed with &#8221;$dummy$&#8221;) &#8211; for faster testing and tuning of custom wordlists, rule sets, .chr files, and external modes on already known or artificial passwords, as well as for testing of future and modified versions of John itself.<br />
* Apache &#8221;$apr1$&#8221; <a href="http://kryptera.se/t/md5/" class="st_tag internal_tag" rel="tag" title="md5">MD5</a>-based password hashes are now supported along with the <a href="http://kryptera.se/t/freebsd/" class="st_tag internal_tag" rel="tag" title="FreeBSD">FreeBSD</a>-style <a href="http://kryptera.se/t/md5/" class="st_tag internal_tag" rel="tag" title="md5">MD5</a>-based crypt(3) hashes that were supported previously. Hashes of both of these types may be loaded for cracking simultaneously.<br />
* The &#8221;&#8211;salts&#8221; option threshold is now applied before removal of previously cracked hashes for consistent behavior with interrupted and continued sessions.<br />
* The &#8221;Idle = Y&#8221; setting (which is the default) is now ignored for <a href="http://kryptera.se/t/openmp/" class="st_tag internal_tag" rel="tag" title="OpenMP">OpenMP</a>-enabled hash types when the actual number of threads is greater than 1. (Unfortunately, it did not work right at least with GNU libgomp on Linux.)<br />
* When a cracking session terminates or is interrupted, John will now warn the user if the cracked passwords printed to the terminal while cracking are potentially incomplete. It will advise the user to use the &#8221;&#8211;show&#8221; option to see the complete set of cracked passwords with proper post-processing.<br />
* When loading hashes specified on a line on their own (feature introduced in 1.7.6), the loader will now ignore leading and trailing whitespace.<br />
* Unless a hash type is forced from the command line, the loader will now print warnings about additional hash types seen in the input files (beyond the hash type autodetected initially).<br />
* For use primarily by the jumbo patch (and later by future enhancements to the official versions as well), the loader now includes logic to warn the user of ambiguous hash encodings (e.g. LM vs. NTLM vs. raw-MD5, all of which may be represented as 32 hexadecimal characters) and of excessive partial hash collisions, which it works around (these are typically caused by an incomplete implementation of a new hash type).<br />
* The &#8221;unique&#8221; and &#8221;unshadow&#8221; programs have been made significantly faster.<br />
* &#8221;DateTime&#8221;, &#8221;Repeats&#8221;, &#8221;Subsets&#8221;, &#8221;AtLeast1-Simple&#8221;, &#8221;AtLeast1-Generic&#8221;, and &#8221;Policy&#8221; external mode samples have been added to the default john.conf.<br />
* The self-tests have been enhanced to detect more kinds of program bugs.<br />
* A few minor bug fixes and enhancements were made.</p>
<p>John the Ripper 1.7.7 kan ladda hem här:</p>
<ul>
<li><a href="http://download.openwall.net/pub/projects/john/1.7.7/">download.openwall.net/pub/projects/john/1.7.7/</a></li>
</ul>
<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-1-7-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John the Ripper</title>
		<link>http://kryptera.se/john-the-ripper-2/</link>
		<comments>http://kryptera.se/john-the-ripper-2/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:25:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[john the ripper]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=344</guid>
		<description><![CDATA[En ny version av lösenordsknäckningsprogrammet John the Ripper (JtR) finns nu ute i version 1.7.5 med följande förändringar och förbättringar: * Support for the use of “–format” along with “–show” or “–make-charset” has been added. * The choice of .rec and .log filenames for custom session names has been made more intuitive. * A new [...]<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-2/' 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-2/" size="tall" count="true"></div></div><p>En ny version av lösenordsknäckningsprogrammet <a href="http://kryptera.se/t/john-the-ripper/" class="st_tag internal_tag" rel="tag" title="john the ripper">John the Ripper</a> (<a href="http://kryptera.se/t/jtr/" class="st_tag internal_tag" rel="tag" title="jtr">JtR</a>) finns nu ute i version 1.7.5 med följande förändringar och förbättringar:</p>
<blockquote><p>* Support for the use of “–format” along with “–show” or “–make-charset”  has been added.<br />
* The choice of .rec and .log filenames for custom session names has  been made more intuitive.<br />
* A new numeric variable has been added to the word mangling rules  engine: “p” for position of the character last found with the “/” or “%”  commands.<br />
* Support for “r” (character lists with repeats) and “p0″ (reference to  the immediately preceding character list/range) has been added to the  word mangling rules preprocessor.<br />
* The undefined and undocumented behavior of some subtle word mangling  rules preprocessor constructs has been changed to arguably be more  sensible.<br />
* Some bugs were fixed, most notably JtR crashing on no password hashes  loaded (bug introduced in 1.7.4.2).</p></blockquote>
<p>Uppdateringen hittas här:<a href="http://www.openwall.com/john/"> openwall.com/john</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/john-the-ripper-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John the Ripper</title>
		<link>http://kryptera.se/john-the-ripper/</link>
		<comments>http://kryptera.se/john-the-ripper/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 18:39:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[blowfish]]></category>
		<category><![CDATA[john the ripper]]></category>
		<category><![CDATA[jtr]]></category>

		<guid isPermaLink="false">http://kryptera.se/?p=27</guid>
		<description><![CDATA[En ny version av den omåttligt populära programmvaran John the Ripper av Solar Designer har nu kommit i version 1.7.3.1 och räknas som &#8221;development version&#8221;. Fokus på denna release har varit att förbättra x86-64 stödet. Det går nu att testa två blowfish hashar samtidigt: Most notably, two Blowfish-based crypt(3) hashes may now be computed in [...]<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/' 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/" size="tall" count="true"></div></div><p>En ny version av den omåttligt populära programmvaran <a href="http://kryptera.se/t/john-the-ripper/" class="st_tag internal_tag" rel="tag" title="john the ripper">John the Ripper</a> av <a href="http://en.wikipedia.org/wiki/Solar_Designer">Solar Designer</a> har nu kommit i version 1.7.3.1 och räknas som &#8221;development version&#8221;.</p>
<p>Fokus på denna release har varit att förbättra  x86-64 stödet. Det går nu att testa två <a href="http://kryptera.se/t/blowfish/" class="st_tag internal_tag" rel="tag" title="blowfish">blowfish</a> hashar samtidigt:</p>
<blockquote><p>Most notably, two Blowfish-based crypt(3) hashes may now be computed in<br />
parallel for much better performance on x86-64 CPUs (on Intel Core 2 and<br />
AMD CPUs tested, <span class="nfakPe">the</span> speedup was 50% to 65%)</p></blockquote>
<p>Läs mer på <a href="http://kryptera.se/t/jtr/" class="st_tag internal_tag" rel="tag" title="jtr">JtR</a>:s hemsida: <a href="http://www.openwall.com/john/">http://www.openwall.com/john/</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/john-the-ripper/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:21:18 -->
