Click here to Skip to main content
16,014,838 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MSACCESS Pin
Dave Kreskowiak9-May-04 8:04
mveDave Kreskowiak9-May-04 8:04 
GeneralRe: MSACCESS Pin
DaKhucBuon10-May-04 16:01
DaKhucBuon10-May-04 16:01 
GeneralTextBox / RichTextBox - displaying the end Pin
SerialHobbyist8-May-04 10:10
SerialHobbyist8-May-04 10:10 
GeneralRe: TextBox / RichTextBox - displaying the end Pin
Aaron Eldreth8-May-04 17:56
Aaron Eldreth8-May-04 17:56 
GeneralRe: TextBox / RichTextBox - displaying the end Pin
SerialHobbyist8-May-04 22:52
SerialHobbyist8-May-04 22:52 
GeneralRe: TextBox / RichTextBox - displaying the end Pin
Aaron Eldreth9-May-04 9:03
Aaron Eldreth9-May-04 9:03 
QuestionTCP packet data segment field access in a network? Pin
babur khan8-May-04 9:48
babur khan8-May-04 9:48 
AnswerRe: TCP packet data segment field access in a network? Pin
Dave Kreskowiak8-May-04 14:14
mveDave Kreskowiak8-May-04 14:14 
If your asking these types of questions, you are definately not prepared for a project such as this. You'll need to know ALOT about the TCP/IP stack, how it works and why, about Windows device drivers, how to write them, debug them in kernel mode, and how to encrypt/decrypt data. There is no way this can be explained to you on the boards here.

Your complications will include re-writing the packet data, updating any packet checksums, field sizes, etc... But, you have to rewrite the packet only if it belongs to the application you want to encrypt data for. This alone will be a MAJOR problem for you to overcome since packet drivers don't care what applications are using them and no API functionality is in place to enable this.

You better bet to accomplish encryption is for your application to do the data encryption before it is serialized to the network...


RageInTheMachine9532
GeneralDataGrid Coloumns Autofix Pin
HinJinShah8-May-04 5:32
HinJinShah8-May-04 5:32 
GeneralNeed some info bout vb.net Pin
Anonymous8-May-04 3:45
Anonymous8-May-04 3:45 
GeneralRe: Need some info bout vb.net Pin
Hesham Amin8-May-04 5:11
Hesham Amin8-May-04 5:11 
GeneralDataGrid Headers Grouped Pin
Lucko7-May-04 16:47
Lucko7-May-04 16:47 
Generaladding autonumber to VB form - beginner question Pin
pawn_me7-May-04 14:42
pawn_me7-May-04 14:42 
GeneralRe: adding autonumber to VB form - beginner question Pin
Dave Kreskowiak7-May-04 17:46
mveDave Kreskowiak7-May-04 17:46 
GeneralRe: adding autonumber to VB form - beginner question Pin
pawn_me8-May-04 19:51
pawn_me8-May-04 19:51 
GeneralRe: adding autonumber to VB form - beginner question Pin
Dave Kreskowiak9-May-04 3:57
mveDave Kreskowiak9-May-04 3:57 
GeneralAccessing a database on a network drive Pin
ccotton3337-May-04 6:38
ccotton3337-May-04 6:38 
GeneralRe: Accessing a database on a network drive Pin
Dave Kreskowiak7-May-04 9:52
mveDave Kreskowiak7-May-04 9:52 
GeneralRandom Number Generator Pin
Britnt77-May-04 3:31
Britnt77-May-04 3:31 
GeneralRe: Random Number Generator Pin
Colin Angus Mackay7-May-04 3:59
Colin Angus Mackay7-May-04 3:59 
GeneralRe: Random Number Generator Pin
Britnt77-May-04 4:51
Britnt77-May-04 4:51 
GeneralRe: Random Number Generator Pin
Colin Angus Mackay7-May-04 5:02
Colin Angus Mackay7-May-04 5:02 
GeneralRe: Random Number Generator Pin
Britnt77-May-04 5:29
Britnt77-May-04 5:29 
GeneralRe: Random Number Generator Pin
Colin Angus Mackay7-May-04 12:08
Colin Angus Mackay7-May-04 12:08 
GeneralRe: Random Number Generator Pin
Britnt712-May-04 2:29
Britnt712-May-04 2:29 

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.