Search results for query: *

  1. J

    How to store a password securely?

    well... ok man, idk u could go to the microsoft developers network site and find a few samples. here is a link to the site, http://msdn.microsoft.com/en-us/library/eha65w94.aspx Visual Basic Security Samples uhm, most programs are decryptable, so just make a strong encryption of your own, or...
  2. J

    Question secure serialization over tcp/ip network

    uhmmm, serializing files?... you said post if i run into problems, well no i didnt i love it, and think its very neat, but i know its not secure, and i will work with that later, but i want to know if its possible to basically serialize a whole file. im pretty sure it can be done, but i dont...
  3. J

    Question secure serialization over tcp/ip network

    uhmmm....how do i... are you saying i should make some kinda .dll, and reference it to both the applications ?, uhm, well i'll give it a try, could you possibly post some kinda example, and i just used employee as an example. plus, do u have an idea or link for any secure serializations. ok...
  4. J

    Question secure serialization over tcp/ip network

    my code... ok, well for one, i am using c sharp on one side and visual basic.net 2008 on the other, both .net 3.5 but it really shouldnt matter because they both create the same types of applications, but im not positive if it really matters or not. and i am using microsoft virtual pc 2007...
  5. J

    Question secure serialization over tcp/ip network

    hey, just wondering, i was working with serialization and i serialized data to my local system, then clicked a button and it deserialized the information fine, on my local machine, but when i send it over the tcpclient/listener stream, on my server side where it reads it, it wont deserialize...
Back
Top