encryptedNextcloudPortableC.../README.md

32 lines
1.4 KiB
Markdown
Raw Normal View History

2017-06-29 14:40:39 +00:00
# Encrypted Nextcloud Portable Client
2015-04-07 14:39:49 +00:00
2017-06-29 14:40:39 +00:00
This is a portable Nextcloud client that runs on Windows.
2015-05-27 08:07:14 +00:00
At starttime a Batch file is executed and will prompt you for a password.
2017-06-29 14:40:39 +00:00
On first run this will set your password to encrypt the Nextcloud client configuration (host, user, password) and the data stored in your portable `Documents` folder.
2015-05-27 08:07:14 +00:00
2017-06-29 14:40:39 +00:00
## Install
2017-07-13 13:04:20 +00:00
1. Install 'nextcloudPortable_X.X-X.paf.exe' with PortableApps Plateform
2017-06-29 14:40:39 +00:00
2. Run Nextcloud
3. Enter a password
2017-07-13 13:04:20 +00:00
4. Setup nextcloud
5. Resume sync
2017-06-29 14:40:39 +00:00
2015-04-07 14:39:49 +00:00
## Used software
2017-06-29 14:40:39 +00:00
### Encrypted ownCloud Portable Client
https://github.com/BennyLi/encryptedOwnCloudPortableClient. Thanks to the author.
2015-04-07 14:39:49 +00:00
2017-06-29 14:40:39 +00:00
### Nextcloud
Currently packaged is the Nextcloud client version 2.3.1 from https://nextcloud.com/install/#install-clients.
2015-04-07 14:39:49 +00:00
### 7-Zip
2017-06-29 14:40:39 +00:00
For encrypted packaging a 7za.exe is included. This is the official portable one in version 16.04 from http://www.7-zip.org/download.html.
2015-05-26 06:54:19 +00:00
If you ask yourself if 7-Zip is secure enough, please reefer to http://security.stackexchange.com/questions/29375/is-7-zips-aes-encryption-just-as-secure-as-truecrypts-version.
### Bat To Exe Converter
To convert the start.bat to .exe I used Bat To Exe Converter version 2.2.0.0 from http://www.f2ko.de/en/b2e.php.
Currently I need an .exe file because the PortableApps Launcher cannot handle .bat files with the [WaitForEXEN](http://portableapps.com/manuals/PortableApps.comLauncher/ref/launcher.ini/launch.html#waitforexen) setting.