<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[James's Programming Page — CryptSharp (.NET Library)]]></title>
	<link rel="self" href="https://swforum.seekye.com/feed/atom/topic/10073/" />
	<updated>2014-08-26T01:07:47Z</updated>
	<generator>PunBB</generator>
	<id>https://swforum.seekye.com/topic/10073/</id>
		<entry>
			<title type="html"><![CDATA[Re: CryptSharp (.NET Library)]]></title>
			<link rel="alternate" href="https://swforum.seekye.com/post/12926/#p12926" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[maximus.peters]]></name>
				<uri>https://swforum.seekye.com/user/14167/</uri>
			</author>
			<updated>2014-08-26T01:07:47Z</updated>
			<id>https://swforum.seekye.com/post/12926/#p12926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CryptSharp (.NET Library)]]></title>
			<link rel="alternate" href="https://swforum.seekye.com/post/12925/#p12925" />
			<content type="html"><![CDATA[<p>It will not accept Nullable as &#039;null&#039; in VB .NET 2010 and I am figuring out the bytes part</p>]]></content>
			<author>
				<name><![CDATA[maximus.peters]]></name>
				<uri>https://swforum.seekye.com/user/14167/</uri>
			</author>
			<updated>2014-08-25T22:29:53Z</updated>
			<id>https://swforum.seekye.com/post/12925/#p12925</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CryptSharp (.NET Library)]]></title>
			<link rel="alternate" href="https://swforum.seekye.com/post/12924/#p12924" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[maximus.peters]]></name>
				<uri>https://swforum.seekye.com/user/14167/</uri>
			</author>
			<updated>2014-08-25T22:28:44Z</updated>
			<id>https://swforum.seekye.com/post/12924/#p12924</id>
		</entry>
</feed>
