I know that I can execute a command line veracrypt format from within
another program. But I would prefer to use a veracrypt dll and contain
everything within one application.
Thank you in advance.
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@fzxx: thank you for sharing this project, I didn't know about it.
I took a quick look and there doesn't seem any simple way to integrate VeraCrypt without digging into its source code and implementing a proper engine. I don't think I will have time for that. Hopefully someone could build upon the SDK and provide an integration.
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@droolin: I have published a first version of VeraCrypt SDK that provides a dll with exported C functions and a header file, alongside a sample C tool that shows how to use it.
You can find everything at https://github.com/veracrypt/VeraCrypt-SDK/
Let me know your feedback on it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know that I can execute a command line veracrypt format from within
another program. But I would prefer to use a veracrypt dll and contain
everything within one application.
Thank you in advance.
Dan
This is something I always had in my TODO: provide a VeraCrypt SDK for easy integration.
I have done some prototype some time ago but never something usable. My goal was more focused about mounting and file container creation.
I will see if I can resurrect something with limited scope for VeraCrypt format functionality.
I found a project that would be great if the Veracrypt SDK could be submitted to sirikali.
@fzxx: thank you for sharing this project, I didn't know about it.
I took a quick look and there doesn't seem any simple way to integrate VeraCrypt without digging into its source code and implementing a proper engine. I don't think I will have time for that. Hopefully someone could build upon the SDK and provide an integration.
@droolin: I have published a first version of VeraCrypt SDK that provides a dll with exported C functions and a header file, alongside a sample C tool that shows how to use it.
You can find everything at https://github.com/veracrypt/VeraCrypt-SDK/
Let me know your feedback on it.