<?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>Kimkijeung.com &#187; SHA1</title>
	<atom:link href="http://kimkijeung.com/tag/sha1/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimkijeung.com</link>
	<description>Interactive development,flash,Actionscript</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
			<title>Kimkijeung.com</title>
			<url>http://kimkijeung.com/blog/wp-content/uploads/2009/12/index.gif</url>
			<link>http://kimkijeung.com</link>
			<width></width>
			<height></height>
			<description>Interactive development,flash,Actionscript</description>
		</image>		<item>
		<title>MD5 and SHA1 in AS3</title>
		<link>http://kimkijeung.com/2006/08/23/md5-and-sha1-in-as3/</link>
		<comments>http://kimkijeung.com/2006/08/23/md5-and-sha1-in-as3/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 08:55:59 +0000</pubDate>
		<dc:creator>vkimone</dc:creator>
				<category><![CDATA[Flash-AS3.0]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[SHA1]]></category>

		<guid isPermaLink="false">http://vkimone.inblog.kr/?p=293</guid>
		<description><![CDATA[javascript 버전으로 나온 MD5 와 SHA1 을 컨버팅&#8230; 점점더 flash가 application tool 로써 부각되는 만큼 보안에 신경써서 암호화시키는 방법을 좀더 고려해야겠다. import com.dstrict.UB.util.system.security.MD5; import com.dstrict.UB.util.system.security.SHA1; trace(MD5.encrypt(&#8220;kimkijeung&#8221;)); //8447d508fb3dc5987853d6b2eb8a752f trace(SHA1.encrypt(&#8220;kimkijeung&#8221;)); //c6fe97a875b287751d6d8c33256d4277fe1e2ee2 >Paj&#8217;s Home: Cryptography: JavaScript MD5]]></description>
			<content:encoded><![CDATA[<p>javascript 버전으로  나온 MD5 와 SHA1 을 컨버팅&#8230;<br />
점점더 flash가 application tool  로써 부각되는 만큼 보안에 신경써서 암호화시키는 방법을 좀더 고려해야겠다.</p>
<p>import com.dstrict.UB.util.system.security.MD5;<br />
import com.dstrict.UB.util.system.security.SHA1;</p>
<p>trace(MD5.encrypt(&#8220;kimkijeung&#8221;));  //8447d508fb3dc5987853d6b2eb8a752f<br />
trace(SHA1.encrypt(&#8220;kimkijeung&#8221;)); //c6fe97a875b287751d6d8c33256d4277fe1e2ee2</p>
<p>
<a href="http://pajhome.org.uk/crypt/md5/">>Paj&#8217;s Home: Cryptography: JavaScript MD5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kimkijeung.com/2006/08/23/md5-and-sha1-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
