Bluefactor is a python program enabling two-factor authentication using a mobile client for VeraCrypt files.
- Creating encrypted folders.
- Decrypting folders and mounting them as partitions with the key from person's mobile phone.
- Unmounting decrypted folders directly from the application.
- Install VeraCrypt console version.
- Install BlueFactorMobile to your phone.
- Clone BlueFactorCore. (
git clone https://github.com/Blue-Factor/BlueFactorCore.git
) cd BlueFactorCore && pip3 install -r requirements.txt
python3 bluefactor.py
- Python3
- Veracrypt
- Mobile companion app
Pull requests are welcome.