This script makes it easy to sync an Enpass database between iOS/macOS and Windows devices.
This is a simple script made for both private and business users that adopt Enpass Password Manager.
It is created to allow users to sync their password database between multiple Cloud services. In particular it makes it easy to sync an Enpass database between iOS/macOS and Windows devices.
It works with every version of Enpass below V6. Starting from V6, iCloud is supported by default on each platform.
Many users, especially the business ones, are not able to upgrade to Enpass V6 for various reasons. This script could be of help to all of them.
It is written in Python, hence I recommend to use it on a desktop environment. Tested on Windows 10, Ubuntu 18.04 and macOS 10.14. However it is meant for a Windows environment, of course.
- Download the Master file directly from this repository here;
- Extract the content with a tool like 7-Zip;
- Run the scrypt;
- ???
- Profit.
-
Be sure to have Python (better V3 and above) installed in your Windows OS. Otherwise, just go here, download and install it.
-
You can run this script manually everytime you update your Enpass database. You can also set the Windows Task Scheduler in order to run the script whenever you want, e.g.: once in the morning and once in the evening. The Windows Task Scheduler is highly customizable and you can find everything about it here.
-
This script is really simple and full of comments ready to help you understand how it works. Moreover you can easily adapt it to your needs by changing the default paths that point to the database or to the Cloud provider of your choice. In order to do that you can even open and modify the script with something like Notepad++.
- Python - The language used
- PyCharm - The IDE used to write the code
- Kyte - The AI Autocomplete tested for this project
This project is licensed under the MIT License - see the license.md file for details.