- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
28 Posted Topics
How would I extract the public and private key and put them into seperate blobs? So after I use if (!CryptGenKey(hProv, CALG_RC4, CRYPT_EXPORTABLE, &hSessionKey)) It puts the Keys into SessionKey, but what if I want to extract both the public and private key from hSessionKey, how can i do this? | |
[code] #pragma comment(lib, "crypt32.lib") #include <stdio.h> #include <windows.h> #include <Wincrypt.h> #include <iostream> #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING) //this is keylength bit shifted, here we have keylength of 1024bits hence 1024 << 16; #define KEYLENGTH 0x04000000 using namespace std; int main() { DWORD dwFlags = 0; HCRYPTPROV m_hProv; PBYTE pbKeyBlob; DWORD … | |
I am looking for a PKC library, I would like one that is decently fast. I have looked at RSA, but I cannot seem to find any decent libraries that would work. I will be encrypting packets that are sent out via UDP, however one client will have the private … | |
Hello, I just wanted to say Something about OS I read the one march 2004 topic But if I read a book on C and c++ Will it show me how to do like programs Is there a site that shows me how to make a OS? | |
Hello, Everyone ever think ok World of warcraft How they made it??? Well now is your chance for YOUR skills to come together in a MMORPG We will need information!!! I also Am wondering will C++ Work for A game or do I need some other skill??? Need level designers … | |
Hello! Does anyone know of any DirectX 9.0 Books for game programming if you can find any for me tell me please ty | |
Greetings! I just have a question is the book C++ Programming Primer By D.S. Malik a book worth getting? What stage is it: Beginner, Professional What does it teach me up to: What the last topics in book Will I need more books after this regarding the topic? And is … | |
Alright, lets get a rundown of what I think I should use for game Programming [B]1) Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition)[/B] [B][/B] [B]2) Thinking in C++, Vol. 2: Practical Programming, Second Edition[/B] [B][/B] [B]3) Game Programming Gems 1-8[/B] [B][/B] Alright, That what I am … | |
What is the diffrence between Software Engineering And Programming? | |
When your in the game and you hit someone it would display damage up at top of screen. For example: 4530 Crit! How would you get it to display the text? | |
Do you think the C++ Programmer Primer is a good book and will teach me alot of information? | |
[code=c]cout << "\nYou trade your sword for a battle axe."; inventory[0] = "battle axe"; cout << "\nYour items:\n"; for (int i = 0; i < numItems; ++i) cout << inventory[i] << endl; [/code] Uhh well the question is that I really dont get the ++i Why would you use the … | |
| |
Does anyone know any Winsock books I need them so I can learn about the functions and the coding about it. So if anyone has any books that They can post about that would help me out ty | |
A person ineed deserves books indeed! Umm any college like books we know of that I can get?? From C++ to the end! Maby not way end but enough to build a game! Other post disregard Noones responded to it in the last [B][I][U][COLOR=purple]48[/COLOR][/U][/I][/B] hours! | |
Dear Daniweb friends, I need a well, friendly, and Educating college. I wanna do Art. For example I have to relate this to World of Warcraft because they inspired me! Website Link [URL]http://www.worldofwarcraft.com/insider/04/images/mage.jpg[/URL] (World of Warcraft Main website owned by Blizzard Entertainment) Do you see how he is casting the … | |
Alrighty, ur in the game you click a NPC, you click to buy an item. It then sends a packet to the server seeing if you have enough money an so on if you do it sends a packet back? Would that be correct? If not can someone help me? | |
I am using VC++... I need to know how to add a header to the Application, Can someone Joe, or anyone else Give me Step By step on how to do it... Say I had a header called Bob.h and I wanted to add it to my application Tauren That … | |
Wow, I go into the AIM source coode (Legal) SDK is downloable on there site. And guess what I see! JAVA what noobs you know? Who uses java these days? Well hell it sure did'nt look like C++, but you never know?! Well if anyone thinks it was c++ give … | |
Re: Lol, I didnt understand any of that on the other hand, Joe is like you tell him 0x00014302 And hes like yeah I know that! Good Job joe Keep it up! | |
Are there any texturing books on photoshop where I can learn to texture for Games? | |
Well, is there a book I can get that teaches me all about How to create a game engine? Like how to create a game engine and stuff? | |
Hi! The gems programming Series Can I just start off with Gems programming 9 or do I have to start off with 1 and work my way up? | |
Fist of all I need links lol... How do I use openGL? How do I compile the stuff without getting error? NEED HELP!!!:?: :?: :?: | |
Re: Umm *Looks to the left*.... *Nods head shakes head questions...?* If you didt get that message then that means Confused |
The End.