<?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>Tech-Recipes &#187; OpenSSL</title>
	<atom:link href="http://www.tech-recipes.com/category/unix/unix-software/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generate passwords with openssl</title>
		<link>http://www.tech-recipes.com/rx/1264/generate-passwords-with-openssl/</link>
		<comments>http://www.tech-recipes.com/rx/1264/generate-passwords-with-openssl/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 20:23:28 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[You can generate some good (high entropy) passwords using this method.

write 6 random bits of base64-encoded data.  This will produce an eight character string making a good unix (crypt based) password:

$ openssl rand -base64 6
RcqcGq4h
$

This is an example used to generate a 16 character password

$ openssl rand -base64 12
IEoOfT/LKimAf/sd
$

When random data goes through the [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1264/generate-passwords-with-openssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>View the details of a certificate signing request with OpenSSL</title>
		<link>http://www.tech-recipes.com/rx/447/view-the-details-of-a-certificate-signing-request-with-openssl/</link>
		<comments>http://www.tech-recipes.com/rx/447/view-the-details-of-a-certificate-signing-request-with-openssl/#comments</comments>
		<pubDate>Tue, 27 Apr 2004 19:29:10 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Once a certificate signing request (CSR) is created, it is possible to view the detailed information used to create the request.

To view the details of the certificate signing request contained in the file server.csr, use:
openssl req -noout -text -in server.csr
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/447/view-the-details-of-a-certificate-signing-request-with-openssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect to an https Server and Get a Page in the Style of &#8220;Telnet Host 80&#8243;</title>
		<link>http://www.tech-recipes.com/rx/329/connect-to-an-https-server-and-get-a-page-in-the-style-of-telnet-host-80/</link>
		<comments>http://www.tech-recipes.com/rx/329/connect-to-an-https-server-and-get-a-page-in-the-style-of-telnet-host-80/#comments</comments>
		<pubDate>Tue, 13 Jan 2004 21:55:11 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is a useful command for making connections to https servers for monitoring or testing:

openssl s_client -connect host:443 -state -debug
GET / HTTP/1.0
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/329/connect-to-an-https-server-and-get-a-page-in-the-style-of-telnet-host-80/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/

Page Caching using memcached (User agent is rejected)
Database Caching 3/9 queries in 0.558 seconds using memcached
Object Caching 328/336 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 01:20:35 -->
