Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~6K People Reached
Favorite Tags
c++ x 54
c x 5
Member Avatar for Tauren

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?

Member Avatar for raptr_dflo
0
383
Member Avatar for Tauren

[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 …

Member Avatar for nezachem
0
212
Member Avatar for Tauren

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 …

Member Avatar for nezachem
0
138
Member Avatar for Tauren

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?

Member Avatar for Ancient Dragon
0
525
Member Avatar for s11kenneth

Hi, we plan to set up a company in india to write game programme. anyone can help/advise how to go about.

Member Avatar for beefstick720
0
261
Member Avatar for Tauren

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 …

Member Avatar for addy999
0
706
Member Avatar for Tauren

Hello! Does anyone know of any DirectX 9.0 Books for game programming if you can find any for me tell me please ty

Member Avatar for ongxizhe
0
299
Member Avatar for Tauren

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 …

Member Avatar for Narue
0
263
Member Avatar for Tauren

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 …

Member Avatar for arthipesa
0
189
Member Avatar for Tauren
Member Avatar for Rashakil Fol
0
89
Member Avatar for Tauren

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?

Member Avatar for John A
0
79
Member Avatar for Tauren

Do you think the C++ Programmer Primer is a good book and will teach me alot of information?

Member Avatar for John A
0
83
Member Avatar for Tauren

[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 …

Member Avatar for WaltP
0
126
Member Avatar for Tauren

Uhh well, I was just wondering if C++ and visual C++ are any diffrent

Member Avatar for John A
0
121
Member Avatar for Tauren

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

Member Avatar for Tauren
0
120
Member Avatar for Tauren

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!

Member Avatar for jbennet
0
111
Member Avatar for hellokitkat

Hello to all programmers: I have been working on the following program but I am encountering some difficulties any help whatsoever would be greatly appreciated. My instructions are: Write a c++ program, 1. Prompts the user for a choice of encrypt or decrypt, prompts for the input and output filenames …

Member Avatar for John A
0
483
Member Avatar for Tauren

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 …

Member Avatar for Phaelax
0
141
Member Avatar for Tauren

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?

Member Avatar for WolfPack
0
119
Member Avatar for Tauren

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 …

Member Avatar for John A
0
127
Member Avatar for Tauren

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 …

Member Avatar for jbennet
-1
89
Member Avatar for Mediamixerj

Okay I've just started learning c++ in college but I'm stuck on a bit of what to do to get the program to read from an file with floats. I've got floats like 38.5 33.6 44.45 42.86. I am told to read these floats ("temperatures") in the program. I start …

Member Avatar for John A
0
196
Member Avatar for Tauren

Are there any texturing books on photoshop where I can learn to texture for Games?

Member Avatar for ~s.o.s~
0
491
Member Avatar for Tauren

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?

Member Avatar for John A
0
119
Member Avatar for megabutt

Hey folks, I thought that recently I transitioned form NOOB to novice until I had this question. Oh, well. Why can't I create an executable in Visual Studio 2005? I have my Win32 project code debugged and it builds a library object file, not .exe. I am in release mode …

Member Avatar for John A
0
97
Member Avatar for Tauren

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?

Member Avatar for John A
0
102
Member Avatar for Tauren

Fist of all I need links lol... How do I use openGL? How do I compile the stuff without getting error? NEED HELP!!!:?: :?: :?:

Member Avatar for Ancient Dragon
0
333
Member Avatar for Ghost

Hi everybody! I want to create my own OS. I already know: Java C++ HTML 3D Game Design C# Pascal I was wondering if any of what I know might come in use. Is there a tutorial on making your own OS i could follow??? Thanx in advanced for your …

Member Avatar for Ancient Dragon
0
341