Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sizeof Pin
toxcct7-Apr-06 3:34
toxcct7-Apr-06 3:34 
AnswerRe: sizeof Pin
cmk7-Apr-06 10:24
cmk7-Apr-06 10:24 
QuestionCryptographic help Pin
Waldermort7-Apr-06 0:15
Waldermort7-Apr-06 0:15 
AnswerRe: Cryptographic help Pin
Ștefan-Mihai MOGA7-Apr-06 0:35
professionalȘtefan-Mihai MOGA7-Apr-06 0:35 
AnswerRe: Cryptographic help Pin
James R. Twine7-Apr-06 1:41
James R. Twine7-Apr-06 1:41 
GeneralRe: Cryptographic help Pin
Waldermort7-Apr-06 1:57
Waldermort7-Apr-06 1:57 
Answer[Message Deleted] Pin
ddmcr7-Apr-06 2:38
ddmcr7-Apr-06 2:38 
GeneralRe: Cryptographic help Pin
Waldermort7-Apr-06 5:49
Waldermort7-Apr-06 5:49 
Thanks for the links, although after reading the mentioned articles I have found them to be unsuitable for this particular project for the following 2 reasons:

1) They do not support the use of 2 keys, which is really what I need.

2) The data block has to be formatted to a multiple of 8 bytes. Most of the strings I am dealing with are in the form of "101.89". I would first have to pad this, I know it's only 1 byte, but then in order to safley store it I would have to convert the encrypted string to a hex value. Now I have gone from 7 bytes to 17 bytes. If I do this for each of the 4000+ strings you can imagine the speed decrease and the final file size.

At the moment I am thinking of creating a hash of the users password, then using this hash as a one time pad. I know the security will not be of the highest level, but all I need is to prevent non-authorised users from reading the data.
Questionmulti column list box Pin
parichaybp6-Apr-06 23:49
parichaybp6-Apr-06 23:49 
AnswerRe: multi column list box Pin
Nibu babu thomas6-Apr-06 23:54
Nibu babu thomas6-Apr-06 23:54 
AnswerRe: multi column list box Pin
Hamid_RT7-Apr-06 0:09
Hamid_RT7-Apr-06 0:09 
AnswerRe: multi column list box Pin
David Crow7-Apr-06 3:01
David Crow7-Apr-06 3:01 
QuestionWindows Socket Communication Pin
kk.tvm6-Apr-06 23:48
kk.tvm6-Apr-06 23:48 
AnswerRe: Windows Socket Communication Pin
Ștefan-Mihai MOGA7-Apr-06 0:01
professionalȘtefan-Mihai MOGA7-Apr-06 0:01 
AnswerRe: Windows Socket Communication Pin
Nibu babu thomas7-Apr-06 0:02
Nibu babu thomas7-Apr-06 0:02 
AnswerRe: Windows Socket Communication Pin
Roger Stoltz7-Apr-06 0:02
Roger Stoltz7-Apr-06 0:02 
AnswerRe: Windows Socket Communication Pin
Hamid_RT7-Apr-06 0:25
Hamid_RT7-Apr-06 0:25 
AnswerRe: Windows Socket Communication Pin
Nishad S7-Apr-06 0:37
Nishad S7-Apr-06 0:37 
QuestionMFC ActiveX Controls Pin
Subramaniam s.V.6-Apr-06 23:37
Subramaniam s.V.6-Apr-06 23:37 
AnswerRe: MFC ActiveX Controls Pin
Ștefan-Mihai MOGA6-Apr-06 23:57
professionalȘtefan-Mihai MOGA6-Apr-06 23:57 
AnswerRe: MFC ActiveX Controls Pin
Roger Stoltz6-Apr-06 23:59
Roger Stoltz6-Apr-06 23:59 
AnswerRe: MFC ActiveX Controls Pin
Hamid_RT7-Apr-06 0:59
Hamid_RT7-Apr-06 0:59 
Questionwhich view to use. Pin
harshandu6-Apr-06 23:25
harshandu6-Apr-06 23:25 
QuestionRe: which view to use. Pin
Roger Stoltz6-Apr-06 23:44
Roger Stoltz6-Apr-06 23:44 
AnswerRe: which view to use. Pin
Nishad S7-Apr-06 0:46
Nishad S7-Apr-06 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.