locked
How to integrate axcrypt in my c sharp code? RRS feed

  • Question

  • Hello,

    I have an encrypted file, and a passphrase to decrypt it.

    Axcrypt source code gives a complete application file that is composed on c++. Does this software have a (library).dll file that can be used in the c sharp code?

    how can I integrate axcrypt in my c-sharp application?

    Thanks.

    Friday, July 15, 2016 7:40 AM

Answers

  • You may have to ask them here.

    http://www.axantum.com/Contact.html

    You can ask C++ questions over here.

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vcgeneral&filter=alltypes&sort=lastpostdesc

     

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Friday, July 15, 2016 12:35 PM
  • Hello,

    This is Svante from AxCrypt.

    There is a C# version of AxCrypt available with full source code. I suggest you start there. See https://bitbucket.org/axantum/axcrypt-net . The AxCryptFile class is probably a good place to start. You'll have to register a number of dependencies with the DI container, see Program.cs for examples.

    Best regards,

    Svante Seleborg
    AxCrypt AB


    • Edited by Svante Saturday, July 16, 2016 5:40 PM
    • Marked as answer by Dave PatrickMVP Saturday, July 23, 2016 7:13 PM
    Saturday, July 16, 2016 5:39 PM

All replies

  • You may have to ask them here.

    http://www.axantum.com/Contact.html

    You can ask C++ questions over here.

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vcgeneral&filter=alltypes&sort=lastpostdesc

     

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Friday, July 15, 2016 12:35 PM
  • Hello,

    This is Svante from AxCrypt.

    There is a C# version of AxCrypt available with full source code. I suggest you start there. See https://bitbucket.org/axantum/axcrypt-net . The AxCryptFile class is probably a good place to start. You'll have to register a number of dependencies with the DI container, see Program.cs for examples.

    Best regards,

    Svante Seleborg
    AxCrypt AB


    • Edited by Svante Saturday, July 16, 2016 5:40 PM
    • Marked as answer by Dave PatrickMVP Saturday, July 23, 2016 7:13 PM
    Saturday, July 16, 2016 5:39 PM