Search:

Type: Posts; User: deathkosui

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,771

    Byte Stream and Sockets

    How to create a Socket in C++... and how to make a Byte Stream to send through a socket!? Can somebody tell me how to create those two?
  2. Thread: Sockets

    by deathkosui
    Replies
    1
    Views
    1,248

    Sockets

    Okay, I just need a basic Asynchronous Socket program

    Thanks!!!
  3. Replies
    6
    Views
    2,897

    already did that lol, I need MessageDigest and...

    already did that lol, I need MessageDigest and all those Exceptions or A Converted version of the Code in C#. This is not my homework, this is a major counterpart in my project
  4. Replies
    6
    Views
    2,897

    Hashing Passwords

    In this Java Program it uses some hash to encrypt
    In this File, I need help to translate some of this content



    private static Logger log = LoggerFactory.getLogger(LoginCryptoLegacy.class);
    ...
  5. Thread: Fd_set

    by deathkosui
    Replies
    6
    Views
    4,022

    um what? Asynchronous dispatching of multiple...

    um what? Asynchronous dispatching of multiple sockets? but is there equivilents to FD_CLR, FD_ISSET, FD_SET and others?
  6. Thread: Fd_set

    by deathkosui
    Replies
    6
    Views
    4,022

    this is the full code im trying to covnert from...

    this is the full code im trying to covnert from C++

    this is cpp file


    /*
    Copyright (C) 2009 Xanadu Development Team

    This program is free software; you can redistribute it and/or
    modify...
  7. Thread: Fd_set

    by deathkosui
    Replies
    6
    Views
    4,022

    no like this FD_SET(socket, &readfds); and...

    no like this FD_SET(socket, &readfds); and FD_CLR(socket, &errorfds);
  8. Thread: Fd_set

    by deathkosui
    Replies
    6
    Views
    4,022

    Fd_set

    I need FD_SET from C++ in C# can somebody help me?
  9. Replies
    8
    Views
    1,803

    oh i get it alright thanks for the help :)

    oh i get it alright thanks for the help :)
  10. Replies
    8
    Views
    1,803

    yeah okay that gives rid of the error but i want...

    yeah okay that gives rid of the error but i want blah to stand for a value (state+4*i) is it possible

    to put
    int k = state+4*1;
    byte[] blah = { k };
    and add shiftRow(blah[1], i);
    ?
  11. Replies
    8
    Views
    1,803

    yeah but how do i pass a byte array through a...

    yeah but how do i pass a byte array through a method ?
  12. Replies
    8
    Views
    1,803

    well i tried doing it with nothing and it still...

    well i tried doing it with nothing and it still doesn't work
  13. Replies
    8
    Views
    1,803

    best Overloaded match for method ...

    When I compile it tells me best overloaded match for method AESEncryption.shiftrow(byte[], byte);

    I am still new to C sharp so can somebody tell me?



    public static void shiftRow(byte[]...
  14. Thread: _rotl

    by deathkosui
    Replies
    1
    Views
    3,203

    _rotl

    in C++ theres _rotl and _rotr is there an equivalent method for those in c#?
Results 1 to 14 of 14