Crypto++ on Omnet++

2016-09-04 Thread Abderrahim HAJJI SOUALFI
Hi all. Can you help me with the steps to link/import crypto++ library to OMNeT++ properly, please. I use omnet++ 5.0/inet 3.2.4 version (Windows 10). Best regards, -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an e

Re: Crypto++ on Omnet++

2016-09-04 Thread Abderrahim HAJJI SOUALFI
My question is simple: How to link/import Crypto++ library to OMNeT++ simulator? -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and thi

Re: using OMNeT to import Crypto++

2016-09-30 Thread Abderrahim HAJJI SOUALFI
Hi Tarek. Can you help me with the steps to link/import crypto++ library to OMNeT++ properly, please. I use omnet++ 5.0/inetmanet 3 version (Windows 10). Best regards, Hajji -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, se

Re: Crypto++ on Omnet++

2016-10-01 Thread Abderrahim HAJJI SOUALFI
Hi every one. When i want to import Crypto++ folder(or zip file), i found the Omnet++ wizard : Please help me to choose the right choise. -- --

Re: Crypto++ on Omnet++

2016-10-01 Thread Abderrahim HAJJI SOUALFI
Thank you Jeff. I posted the question 3 weeks ago to omnet++ community, but a had no answer. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Cryp

Re: Crypto++ on Omnet++

2016-10-05 Thread Abderrahim HAJJI SOUALFI
I followed those steps to link crypto++ to omnet++ : 1. Build the crypto++ project (without errors : “libcryptopp.a” created) ; 2. Build my project (without errors : “myproject.exe” created) ; 3. Link my project to crypto++ library ; 4. Rebuild my project (with errors

Re: Crypto++ on Omnet++

2016-10-05 Thread Abderrahim HAJJI SOUALFI
I followed those steps to link crypto++ to omnet++ : 1. Build the crypto++ project (without errors : “libcryptopp.a” created) ; 2. Build my project (without errors : “myproject.exe” created) ; 3. Link my project to crypto++ library ; 4. Rebuild my project (with errors

Re: Crypto++ on Omnet++

2016-10-05 Thread Abderrahim HAJJI SOUALFI
I had this line code in sockeft.cpp file : # pragma comment(lib, "ws2_32.lib") -- -- You received this message because you are subscribed to the "Crypto++ Users" Goog

Re: Crypto++ on Omnet++

2016-10-05 Thread Abderrahim HAJJI SOUALFI
The #pragma comment indicates to the linker that the *Ws2_32.lib* file is needed : https://msdn.microsoft.com/en-us/library/ms737629(v=vs.85).aspx -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-un

Re: Crypto++ on Omnet++

2016-10-06 Thread Abderrahim HAJJI SOUALFI
Problem solved (ws2_32 linked). -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and this group is available at http://www.cryptopp.com

Multiple definitions

2016-10-15 Thread Abderrahim HAJJI SOUALFI
Hi. I want to test an AES implementation. When i build (GCC C++ Compiler) the cryptopp library folder => no errors. When i build my project (linked to cryptopp library) example (Driver.cpp) => errors (defined for the first time & multiple definitions) :

Re: Multiple definitions

2016-10-18 Thread Abderrahim HAJJI SOUALFI
I took the example from Stackoverflow website : http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto Shoud i include more header files or ? Thanks in advance. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe,

Re: Multiple definitions

2016-10-18 Thread Abderrahim HAJJI SOUALFI
I took the example from Stackoverflow website (4 years ago) : http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto

Re: Multiple definitions

2016-10-20 Thread Abderrahim HAJJI SOUALFI
When i include the cryptopp folder to my project => Multiple errors definitions. Those errors are genereted when the makefile try to generate .exe file : When i *don'

HMAC Benchmark

2017-03-17 Thread Abderrahim HAJJI SOUALFI
Hi I want to know a benchmark comparison of the HMAC(*keyed-hash message authentication code*) variants: HMAC-SHA-1, HMAC-SHA-224, HMAC-SHA-256, HMAC-SHA-384 and HMAC-SHA-512. I will use it in ad hoc case, and I want choose the right one! Thanks in advance. -- -- You received this message

Re: HMAC Benchmark

2017-03-19 Thread Abderrahim HAJJI SOUALFI
Thanks Jeff for your answer. I run the Benchmark test(cryptest.exe b 3 2.0 > benchmark.html). I had just 1 variant result : So I add those lines, in

Re: HMAC Benchmark

2017-03-19 Thread Abderrahim HAJJI SOUALFI
Thanks Jeff for your answer. I run the Benchmark test(cryptest.exe b 3 2.0 > benchmark.html). I had just 1 variant result : So I add those lines, in

MAC for Ad Hoc(Manet)

2017-03-19 Thread Abderrahim HAJJI SOUALFI
Hi, When I want to do a variant HMAC Benchmark, I noticed some other MAC(Message authentication Code) algorithms: GMAC, VMAC, CMAC, … . Wich is the most suitable Algorithm for Ad Hoc networks? -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group.

Re: MAC for Ad Hoc(Manet)

2017-03-20 Thread Abderrahim HAJJI SOUALFI
I will use the MAC to authenticate OLSR(Manet routing protocol) control messages. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and

Re: MAC for Ad Hoc(Manet)

2017-03-20 Thread Abderrahim HAJJI SOUALFI
Hello message : TTL = 1 MID and TC messages : TTL = 255 -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and this group is available at

MAC Benchmark

2017-03-25 Thread Abderrahim HAJJI SOUALFI
Hi, I did the global benchmark: “cryptest.exe b 3 2.0 > benchmark.html”. I want to know how to do a benchmark of the all MAC(*message authentication code*) algorithms: HMAC, CMAC, GMAC, VMAC, … , and its variants (HMAC: HMAC-SHA-1, HMAC-SHA-224, HMAC-SHA-256, HMAC-SHA-384 and HMAC-SHA-512).

Re: MAC Benchmark

2017-03-26 Thread Abderrahim HAJJI SOUALFI
I tried to find how to add the other MAC algorithms/variants, but I didn’t know how? regtest.cpp -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to c

[cryptopp-users] DMAC for Message Authentication Code?

2020-07-05 Thread Abderrahim HAJJI SOUALFI
Hi every one, I use MAC(Message Authentication Code) with Crypto++ library to secure MANET. The library provides a lot of MACs algorithms. I found *DMAC *in the MAC list and i don't know what does it mean? Best ragards Hajji -- You received this message because you are subscribed to "Crypto++ U

[cryptopp-users] X9.31 generator successor

2020-12-08 Thread Abderrahim HAJJI SOUALFI
Hi, I want to know if there is a successor for X9.31 (AES) based generators, since the X9.31 cannot be used after December 2015 (SP800-131A)? -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.c

[cryptopp-users] Re: Please test Master when you have some time

2020-12-16 Thread Abderrahim HAJJI SOUALFI
Hi Jeffrey, Wich is the secured PRNG(DRBG) to use in cryptopp? Le dimanche 22 novembre 2020 à 00:48:33 UTC+1, Jeffrey Walton a écrit : > > Hi Everyone, > > It looks like a good time to release Crypto++ 8.3. We fixed the ECP timing > leaks. We added a couple of algorithms, including XTS mode. >

Re: [cryptopp-users] Random Number Generators

2020-12-20 Thread Abderrahim HAJJI SOUALFI
écrit : > On Wed, Dec 16, 2020 at 3:01 PM Abderrahim HAJJI SOUALFI > wrote: > > > > Hi Jeffrey, > > Which is the secure PRNG(DRBG) to use in cryptopp? > > Use an AutoSeededRandomPool. Also see > https://cryptopp.com/wiki/RandomNumberGenerator and > https://ww

Re: [cryptopp-users] Random Number Generators

2020-12-20 Thread Abderrahim HAJJI SOUALFI
edi 16 décembre 2020 à 23:00:36 UTC+1, Jeffrey Walton a écrit : > On Wed, Dec 16, 2020 at 3:01 PM Abderrahim HAJJI SOUALFI > wrote: > > > > Hi Jeffrey, > > Which is the secure PRNG(DRBG) to use in cryptopp? > > Use an AutoSeededRandomPool. Also see > https://cryp

[cryptopp-users] Secure PRNG

2020-12-24 Thread Abderrahim HAJJI SOUALFI
Hi, Wich is the secured PRNG for CMAC algorithm? -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this

[cryptopp-users] Key for CMAC

2020-12-24 Thread Abderrahim HAJJI SOUALFI
Hi, Wich is the secured PRNG(key) for CMAC algorithm? -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You receiv

Re: [cryptopp-users] Key for CMAC

2020-12-25 Thread Abderrahim HAJJI SOUALFI
I want to use a "secured" symmetric key for CMAC to secure a routing protocol in a MANET. Le vendredi 25 décembre 2020 à 00:32:49 UTC+1, Jeffrey Walton a écrit : > On Thu, Dec 24, 2020 at 3:23 PM Abderrahim HAJJI SOUALFI > wrote: > > > > Wich is the secured