Actually, Binary Serialization isn't good enough; you can still see some of
the data. You need to check out the Encryption classes in .Net. Check out
MSDN and search for Encryption or cryptography.
Robin S.
---------------------------
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What process is used to create a binary serialisation file?
>
> On Jan 26, 8:10 pm, "RobinS" <Rob...@NoSpam.yah.none> wrote:
>> Some kind of binary serialization probably. Depends on how secure it
>> needs to be.
>>
>> Robin S.
>> -------------------------<robin9...@hotmail.com> wrote in
>> messagenews:(E-Mail Removed)...
>>
>> > How would you securely store the information on the client in between
>> > connecting to the main database?
>>
>> > On Jan 25, 10:02 pm, "RobinS" <Rob...@NoSpam.yah.none> wrote:
>> >> Depends on what you mean by that. You can read it from the database
>> >> and put it in the form; you can read it from the form and put it into
>> >> the database. A little databinding in the middle makes it happen
>> >> automatically.
>>
>> >> Robin S.
>> >> -----------------------------------<robin9...@hotmail.com> wrote in
>> >> messagenews:(E-Mail Removed)...
>>
>> >> > In VS.Net 2005 Is it possible to replicate data between a windows
>> >> > form
>> >> > and a SQL 2005 database?
>
|