<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'encript passwords in registry' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'encript passwords in registry' posted on the 'Delphi and Kylix' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Mon, 17 Jun 2013 23:46:19 -0700</pubDate>
    <lastBuildDate>Mon, 17 Jun 2013 23:46:19 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>encript passwords in registry</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/243672/243672/encript-passwords-in-registry/</link>
      <description>hi all can sumone help me out I am trying to encript passwords in a registry and I can not find any help files or examples on how to do this&lt;br /&gt;
&lt;br /&gt;
my reg input code &lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
rIniFile.WriteString('Users', 'Name', txtNick.Text);
rIniFile.WriteString('Users', 'Password', txtPass.Text); - ( trying to encript this sestion so it dont show password in text in the registry )
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
thanks for reading this :)&lt;br /&gt;
Slewis&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/243672/243672/encript-passwords-in-registry/</guid>
      <pubDate>Thu, 19 Feb 2004 08:38:19 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: encript passwords in registry</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/243672/243678/re-encript-passwords-in-registry/#243678</link>
      <description>: hi all can sumone help me out I am trying to encript passwords in a registry and I can not find any help files or examples on how to do this&lt;br /&gt;
: &lt;br /&gt;
: my reg input code &lt;br /&gt;
: &lt;br /&gt;
: &lt;pre class="sourcecode"&gt;
: rIniFile.WriteString('Users', 'Name', txtNick.Text);
: rIniFile.WriteString('Users', 'Password', txtPass.Text); - ( trying to encript this sestion so it dont show password in text in the registry )
: &lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Search on Google and you should find any number of encryption routines.  Then you do the exact same thing as above, except pass MyEncFunction(txtPass.Text) instead.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/243672/243678/re-encript-passwords-in-registry/#243678</guid>
      <pubDate>Thu, 19 Feb 2004 09:08:35 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: Be carefull of #0 characters</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/243672/243924/re-be-carefull-of-0-characters/#243924</link>
      <description>: : hi all can sumone help me out I am trying to encript passwords in a registry and I can not find any help files or examples on how to do this&lt;br /&gt;
: : &lt;br /&gt;
: : my reg input code &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;pre class="sourcecode"&gt;
: : rIniFile.WriteString('Users', 'Name', txtNick.Text);
: : rIniFile.WriteString('Users', 'Password', txtPass.Text); - ( trying to encript this sestion so it dont show password in text in the registry )
: : &lt;/pre&gt;&lt;br /&gt;
: &lt;br /&gt;
: Search on Google and you should find any number of encryption routines.  Then you do the exact same thing as above, except pass MyEncFunction(txtPass.Text) instead.&lt;br /&gt;
: &lt;br /&gt;
Some encoding functions can create results with #0 characters inside. Thoose strings are truncated when written to the registry as a string. So be carefull! &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/243672/243924/re-be-carefull-of-0-characters/#243924</guid>
      <pubDate>Fri, 20 Feb 2004 10:37:20 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: encript passwords in registry</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/243672/244203/re-encript-passwords-in-registry/#244203</link>
      <description>You can encript password and after write password in registry as hex numbers!&lt;br /&gt;
Encript code it's secret so don't use public encriptions. Make one for you and use it!&lt;br /&gt;
You can try to encript the text by the Nick_Name and never forgot to add CRC in encription password of nick_name and password. (i think that). It's subiective;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/243672/244203/re-encript-passwords-in-registry/#244203</guid>
      <pubDate>Sat, 21 Feb 2004 13:46:01 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
  </channel>
</rss>