# `veracrypt` TrueCrypt and VeraCrypt in Rust for the [`veracrypt`](https://pub.dev/packages/veracrypt) package. This project is a re-implementation of the original TrueCrypt encryption/decryption algorithms and their newer continuances in VeraCrypt. VeraCrypt is a trademark is owned by IDRIX. This project is no way affiliated with IDRIX nor claims ownership of any of their copyrighted work nor trademarks. ## Getting started ```sh cargo install veracrypt keepass ``` or use the library as in: ```rust cargo add veracrypt ```