<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[James's Programming Page — CryptSharp (.NET Library)]]></title>
		<link>https://swforum.seekye.com/topic/10073/</link>
		<atom:link href="https://swforum.seekye.com/feed/rss/topic/10073/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CryptSharp (.NET Library).]]></description>
		<lastBuildDate>Tue, 26 Aug 2014 01:07:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CryptSharp (.NET Library)]]></title>
			<link>https://swforum.seekye.com/post/12926/#p12926</link>
			<description><![CDATA[<p>Dim password() As Byte = System.Text.Encoding.Default.GetBytes(&quot;password&quot;)<br />Dim salt() As Byte = System.Text.Encoding.Default.GetBytes(&quot;s4lt&quot;)<br />cryptedPassword = CryptSharp.Utility.SCrypt.ComputeDerivedKey(password, salt, 262144, 8, 1, vbNull, 30)<br />x &amp;= System.Text.Encoding.Default.GetString(cryptedPassword)</p><br /><p>Confirmed worked under VB .NET 2010</p>]]></description>
			<author><![CDATA[null@example.com (maximus.peters)]]></author>
			<pubDate>Tue, 26 Aug 2014 01:07:47 +0000</pubDate>
			<guid>https://swforum.seekye.com/post/12926/#p12926</guid>
		</item>
		<item>
			<title><![CDATA[Re: CryptSharp (.NET Library)]]></title>
			<link>https://swforum.seekye.com/post/12925/#p12925</link>
			<description><![CDATA[<p>It will not accept Nullable as &#039;null&#039; in VB .NET 2010 and I am figuring out the bytes part</p>]]></description>
			<author><![CDATA[null@example.com (maximus.peters)]]></author>
			<pubDate>Mon, 25 Aug 2014 22:29:53 +0000</pubDate>
			<guid>https://swforum.seekye.com/post/12925/#p12925</guid>
		</item>
		<item>
			<title><![CDATA[CryptSharp (.NET Library)]]></title>
			<link>https://swforum.seekye.com/post/12924/#p12924</link>
			<description><![CDATA[<p>Just wanted to give you a total shout man. I have been reading all day today and yesterday. I am a total .Net noob writing a specific server-app and was looking for a way to secure the passwords as much as possible even for a noob. Did an awesome job with this library allowing me to write my server in vb .net....</p><p>Was wondering one thing...</p><p>Dim cryptedPassword As String<br />&nbsp; &nbsp; &nbsp; &nbsp; cryptedPassword = CryptSharp.Utility.SCrypt.ComputeDerivedKey(&quot;password&quot;, &quot;s4lt&quot;, 262144, 8, 1, Nullable, 20)</p><br /><p>Why will that not work?</p>]]></description>
			<author><![CDATA[null@example.com (maximus.peters)]]></author>
			<pubDate>Mon, 25 Aug 2014 22:28:44 +0000</pubDate>
			<guid>https://swforum.seekye.com/post/12924/#p12924</guid>
		</item>
	</channel>
</rss>
