Forums Community Use the source code

This topic contains 2 replies, has 2 voices, and was last updated by  John 7 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4838 Reply

    John

    Hi, i need help. I want to use some methods from source code for decrypt file, Please, need simple example…

    My current code is…

    Var stream = new FileStream(“path to file”,FileMode.Open);

    var lAstream = new LookAheadStream(stream);

    var reader = new V1AxCryptReader(lAstream);

    var doc = new V1AxCryptDocument(reader);

    if(doc.Load(Passphrase.Create(“passw”),AxCryptGuid.Value,new Headers()))

    Console.Write(“success”);

    else Console.Write(“fail”);

    Exception is “unregistered type. initilize with typemap.register[singleton|new] …

    #4840 Reply

    Svante
    Spectator

    This will not be responded to further by AxCrypt staff, but we do invite the community to help out! We posted a brief response as well here: http://www.axcrypt.net/forums/topic/use-the-source-code/ .

    #4845 Reply

    John

    Thank’s and sorry for duplicate

     

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Use the source code
Your information: