<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Crypto++ Users Google Group</title>
  <link>http://groups.google.com/group/cryptopp-users</link>
  <description>User questions and general discussion related to the Crypto++ Library. Please use your real name as your &amp;quot;nickname&amp;quot; when joining.</description>
  <language>en</language>
  <item>
  <title>Re: How to convert a byte array populated with hex values into decimal values</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/9961dfc2fe4d350c?show_docid=9961dfc2fe4d350c</link>
  <description>
  hmm i just copied it into an unsinged long and by doing that it not &lt;br&gt; only converted it to decimal but i don&#39;t have to worry about big/ &lt;br&gt; little endian since it was copied to a register aka unsigned long. &lt;br&gt; turn out to be pretty easy. ofcourse, if i was doing file io or over &lt;br&gt; the network byte transfer then this would not work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/9961dfc2fe4d350c?show_docid=9961dfc2fe4d350c</guid>
  <author>
  ontrac2h...@gmail.com
  (khumayun)
  </author>
  <pubDate>Thu, 07 Jan 2010 21:09:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to convert a byte array populated with hex values into decimal values</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/f4fa1fb9d1546f4c?show_docid=f4fa1fb9d1546f4c</link>
  <description>
  Did you try a typical casting? &lt;br&gt; When I convert INT to HEX I use printf (%x,table[i]) or int i= (int) &lt;br&gt; table[i]; &lt;br&gt; greetings
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/f4fa1fb9d1546f4c?show_docid=f4fa1fb9d1546f4c</guid>
  <author>
  fos...@gmail.com
  (Francisco Ortiz)
  </author>
  <pubDate>Thu, 07 Jan 2010 15:00:51 UT
</pubDate>
  </item>
  <item>
  <title>How to convert a byte array populated with hex values into decimal values</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/1959b6f4c1c60794?show_docid=1959b6f4c1c60794</link>
  <description>
  Hey Guys, &lt;br&gt; I have finally got my HMAC output to a byte array that was &lt;br&gt; initialize as a hex. So all the values are in Hexadecimal and I want &lt;br&gt; to just take the first six values and convert them to decimal. At the &lt;br&gt; moment, I am developing on ubuntu 9.1 but I intend to port this to &lt;br&gt; freebsd maybe on a solaris box.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/61a04c9a9c813fd9/1959b6f4c1c60794?show_docid=1959b6f4c1c60794</guid>
  <author>
  ontrac2h...@gmail.com
  (khumayun)
  </author>
  <pubDate>Wed, 06 Jan 2010 23:26:36 UT
</pubDate>
  </item>
  <item>
  <title>Happy new year!</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/d47985fe6ccc9b97/b41c6d1da80a4ee1?show_docid=b41c6d1da80a4ee1</link>
  <description>
  Well, I know that it&#39;s not January 1st, but... &lt;br&gt; Happy New Year! &lt;br&gt; This is just a thank you note to everyone here that helped me out, &lt;br&gt; specialy Vadym Fedyukovych and Geof Beier. &lt;br&gt; Cheers to you all! &lt;br&gt; André
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/d47985fe6ccc9b97/b41c6d1da80a4ee1?show_docid=b41c6d1da80a4ee1</guid>
  <author>
  adfmore...@gmail.com
  (adfm)
  </author>
  <pubDate>Tue, 05 Jan 2010 14:55:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: DES , is working properly??</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/d9542dc9a9c8a01a?show_docid=d9542dc9a9c8a01a</link>
  <description>
  ok, i&#39;m going to use an StreamTransformationFilter. &lt;br&gt; byte key[]= &lt;br&gt; {&#39;0&#39;,&#39;1&#39;,&#39;2&#39;,&#39;3&#39;,&#39;4&#39;,&#39;5&#39;,&#39;6&#39;,&#39; 7&#39;,&#39;8&#39;,&#39;9&#39;,&#39;a&#39;,&#39;b&#39;,&#39;c&#39;,&#39;d&#39;,&#39;e&#39; ,&#39;f&#39;}; &lt;br&gt; byte iv[]= &lt;br&gt; {&#39;1&#39;,&#39;2&#39;,&#39;3&#39;,&#39;4&#39;,&#39;5&#39;,&#39;6&#39;,&#39;7&#39;,&#39; 8&#39;,&#39;9&#39;,&#39;0&#39;,&#39;a&#39;,&#39;b&#39;,&#39;c&#39;,&#39;d&#39;,&#39;e&#39; ,&#39;f&#39;}; &lt;br&gt; // &lt;br&gt; // String and Sink setup &lt;br&gt; // &lt;br&gt; std::string plaintext = &amp;quot;Now is the time for all .&amp;quot;;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/d9542dc9a9c8a01a?show_docid=d9542dc9a9c8a01a</guid>
  <author>
  fos...@gmail.com
  (Francisco Ortiz)
  </author>
  <pubDate>Mon, 04 Jan 2010 15:01:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with using crypto++ 5.6 in Builder</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/fcca7defccf2fb8c/ea3032b23e346aa0?show_docid=ea3032b23e346aa0</link>
  <description>
  I received the same linking problems when usng the latest version, i ended up &lt;br&gt; using the 5.5.2 taken from the svn and almost everything went well, i guess &lt;br&gt; there is some code missing or the library was released in the middle of a &lt;br&gt; cleaning, also it seems you don&#39;t need the dll in builder, only the lib file
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/fcca7defccf2fb8c/ea3032b23e346aa0?show_docid=ea3032b23e346aa0</guid>
  <author>
  delimitacione...@netscape.net
  (JPerez45)
  </author>
  <pubDate>Mon, 04 Jan 2010 07:35:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Borland C++ Builder 6 compile</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/44ec0ebb72a37d01/208dbb527c26e8ae?show_docid=208dbb527c26e8ae</link>
  <description>
  I had to use the 5.5.2 (i had to download the full tarball from &lt;br&gt; sourceforge) because the one i downloaded from the website kepped &lt;br&gt; sending linking errors with my project , i&#39;m currently using it but is &lt;br&gt; not easy to integrate with the VCLs. &lt;br&gt; This is what i got from the other version: &lt;br&gt; ... &lt;br&gt; [ILINK32 Error] Error: Unresolved external
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/44ec0ebb72a37d01/208dbb527c26e8ae?show_docid=208dbb527c26e8ae</guid>
  <author>
  delimitacio...@gmail.com
  (Julio Cesar Pérez Franco)
  </author>
  <pubDate>Mon, 04 Jan 2010 06:46:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: DES , is working properly??</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/9825941f149c17ea?show_docid=9825941f149c17ea</link>
  <description>
  Hi, &lt;br&gt; I haven&#39;t built or run your code. But here: &lt;br&gt; you would appear to be encrypting whatever 56 bytes follow your &lt;br&gt; plaintext on the stack in addition to your plaintext. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cryptopp.com/docs/ref/class_symmetric_cipher.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; HTH, &lt;br&gt; Geoff
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/9825941f149c17ea?show_docid=9825941f149c17ea</guid>
  <author>
  geoffbe...@gmail.com
  (Geoff Beier)
  </author>
  <pubDate>Mon, 04 Jan 2010 01:25:27 UT
</pubDate>
  </item>
  <item>
  <title>DES , is working properly??</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/63c6e2202c49c22c?show_docid=63c6e2202c49c22c</link>
  <description>
  Hi. &lt;br&gt; I did some works about DES in java. All perfect but it&#39;s slow. Now i &lt;br&gt; am doing the same but in C++. &lt;br&gt; I saw this page : &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.itl.nist.gov/fipspubs/fip81.htm&quot;&gt;[link]&lt;/a&gt; and i &lt;br&gt; want to check if these examples work flawless but it didnt&#39;t ....... &lt;br&gt; For example : &lt;br&gt; AN EXAMPLE OF THE CIPHER BLOCK CHAINING (CBC) MODE
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/e48771af89ce632d/63c6e2202c49c22c?show_docid=63c6e2202c49c22c</guid>
  <author>
  fos...@gmail.com
  (Francisco Ortiz)
  </author>
  <pubDate>Sun, 03 Jan 2010 22:30:01 UT
</pubDate>
  </item>
  <item>
  <title>Custom filter problem</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/c25b78d7ffd854a3/c016046175fc36a0?show_docid=c016046175fc36a0</link>
  <description>
  Hi all, &lt;br&gt; i&#39;m new to Crypto++ and need some help please. &lt;br&gt; I want to do a custom filter that basically takes a passphrase, &lt;br&gt; generate salt for key derivation (using PKCS5) and encrypts data &lt;br&gt; coming from the chain to the outer chain. &lt;br&gt; The idea is to use the custom filter like: &lt;br&gt; std::string cyphertext; &lt;br&gt; CryptoPP::StringSource( PlainText, true,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/c25b78d7ffd854a3/c016046175fc36a0?show_docid=c016046175fc36a0</guid>
  <author>
  djorge...@gmail.com
  (djorge)
  </author>
  <pubDate>Sat, 02 Jan 2010 19:01:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: RTLD_GLOBAL and libcryptopp.so crash</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/a197273877e1d5c4?show_docid=a197273877e1d5c4</link>
  <description>
  Hi Jeff, &lt;br&gt; Do you mean that cryptopp needs patching? &lt;br&gt; If so, can you provide this patch for cryptopp? &lt;br&gt; Is this issue can be fixed in cryptopp upstream? &lt;br&gt; Alexey
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/a197273877e1d5c4?show_docid=a197273877e1d5c4</guid>
  <author>
  alekc...@googlemail.com
  (alekcey)
  </author>
  <pubDate>Mon, 28 Dec 2009 19:24:07 UT
</pubDate>
  </item>
  <item>
  <title>Borland C++ Builder 6 compile</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/44ec0ebb72a37d01/c6f5284d3f22afbb?show_docid=c6f5284d3f22afbb</link>
  <description>
  Hello!!! &lt;br&gt; I have to add Crypto++ to my project in Builder C++ 6. I have problems &lt;br&gt; with static linking. Is there any patch or solutions that can make &lt;br&gt; Crypto++ able to compile on BBC32?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/44ec0ebb72a37d01/c6f5284d3f22afbb?show_docid=c6f5284d3f22afbb</guid>
  <author>
  yog...@interklasa.pl
  (YogurT)
  </author>
  <pubDate>Mon, 28 Dec 2009 12:18:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: RTLD_GLOBAL and libcryptopp.so crash</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/17e1f33b71c5f930?show_docid=17e1f33b71c5f930</link>
  <description>
  Hi All, &lt;br&gt; Here&#39;s an issue that should be raised, though I&#39;m not sure what to &lt;br&gt; make of it. It is either a GDB bug, or the runtime linker is &lt;br&gt; channelling *all calls* to get the RNG (ie, SO1::GetRng and &lt;br&gt; SO2::GetRng) though a single function (SO1::GetRng) since s_rng is &lt;br&gt; static. &lt;br&gt; In the trace below, notice that GDB switches thread contexts. However,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/17e1f33b71c5f930?show_docid=17e1f33b71c5f930</guid>
  <author>
  noloa...@gmail.com
  (Jeffrey Walton)
  </author>
  <pubDate>Fri, 25 Dec 2009 01:45:00 UT
</pubDate>
  </item>
  <item>
  <title>RTLD_GLOBAL and libcryptopp.so crash</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/a7e96a9afb2d3373?show_docid=a7e96a9afb2d3373</link>
  <description>
  Hi All, &lt;br&gt; I wanted to put some findings in play for those interested, &lt;br&gt; particularly David and Zooko. Previous threads have had problems with &lt;br&gt; obtaining desired results with EH and RTTI due to object/address &lt;br&gt; equality. This in turn forced folks to call dlopen() with RTLD_GLOBAL, &lt;br&gt; which had side effects on other Crypto++ objects in libcryptopp.so
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/7eae009a4e02e726/a7e96a9afb2d3373?show_docid=a7e96a9afb2d3373</guid>
  <author>
  noloa...@gmail.com
  (Jeffrey Walton)
  </author>
  <pubDate>Fri, 25 Dec 2009 01:26:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: errors with multiple loading cryptopp as shared lib on Linux</title>
  <link>http://groups.google.com/group/cryptopp-users/browse_frm/thread/68fbc22e8c6e2f48/3860497b24b1bdc7?show_docid=3860497b24b1bdc7</link>
  <description>
  Hi David, &lt;br&gt; I was not able to duplicate the issue. My setup had a traditional EXE &lt;br&gt; using cryptopp.so directly, with 3 SOs (loaded by the EXE) that each &lt;br&gt; used cryptopp.so. I guess mine looked more like: &lt;br&gt; EXE -&amp;gt; cryptopp.so &lt;br&gt; EXE-&amp;gt; SO1 &lt;br&gt; EXE-&amp;gt; SO2 &lt;br&gt; EXE-&amp;gt; SO3 &lt;br&gt; SO1 -&amp;gt; cryptopp.so &lt;br&gt; SO2 -&amp;gt; cryptopp.so &lt;br&gt; SO3 -&amp;gt; cryptopp.so
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cryptopp-users/browse_frm/thread/68fbc22e8c6e2f48/3860497b24b1bdc7?show_docid=3860497b24b1bdc7</guid>
  <author>
  noloa...@gmail.com
  (Jeffrey Walton)
  </author>
  <pubDate>Thu, 24 Dec 2009 03:13:15 UT
</pubDate>
  </item>
  </channel>
</rss>
