Encrypting your dropbox folder
If you are a dropbox user, you may have some concern about uploading and backing up your data in the cloud. This post describes in sufficient detail how to encrypt your dropbox folder using encfs on (at least) ubuntu.
If you are a dropbox user, you may have some concern about uploading and backing up your data in the cloud. This post describes in sufficient detail how to encrypt your dropbox folder using encfs on (at least) ubuntu.
Converting a non-trivial python script into a windows executable is always a pain but often necessary. This post Using py2exe to freeze your application details a full blown setup.py script that will help. I have modified the setup.py to build an installer that also includes the Microsoft VS C run time dll’s.
Tagged Python, windows