CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Abo Homam

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,870

    Re: Signing with DSA Algorithm

    Thank you "dglienna" for help
    I finally knew why that happens
    DSA algorithm depends on a random number which is generated first before creating keys.
    This random number - of course- will be...
  2. From UTF8 sting to byte array and vice versa

    Hello

    I have a byte array (first_arr) I changed it to UTF8 string like this

    string utf_str = Encoding.UTF8.GetString(first_arr);
    Then I re-transferred it to byte array like this

    byte []...
  3. Replies
    2
    Views
    2,870

    Signing with DSA Algorithm

    Hello everybody
    I am trying to build a small program that can discover whether file/files has been accessed or modified using DSA Signing algorithm.

    I will give you this small example code to...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured