<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>BYU CS462 Forum - Latest Comments in Slight Change to Lab 1</title><link>http://cs462.disqus.com/</link><description>Engineering Large-Scale Internet Applications</description><atom:link href="https://cs462.disqus.com/slight_change_to_lab_1/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 13 Jan 2009 20:27:09 -0000</lastBuildDate><item><title>Re: Slight Change to Lab 1</title><link>http://classes.eclab.byu.edu/462/archives/2009/01/slight-change-t.shtml#comment-5103097</link><description>&lt;p&gt;For those of you out there who can't or don't want to password-protect a .zip file, you can use openssl on the command line to encrypt and decrypt your package file, for example:&lt;/p&gt;&lt;p&gt;openssl aes-256-cbc -e -k mypassword -in package.tar.gz -out package.tar.gz.encrypted&lt;/p&gt;&lt;p&gt;Then, to decrypt:&lt;/p&gt;&lt;p&gt;openssl aes-256-cbc -d -k mypassword -in package.tar.gz.encrypted -out package.tar.gz&lt;/p&gt;&lt;p&gt;Just don't share your password with anyone ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Myers</dc:creator><pubDate>Tue, 13 Jan 2009 20:27:09 -0000</pubDate></item></channel></rss>