https://github.com/sepppenner/aescryptouploader
AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz.
https://github.com/sepppenner/aescryptouploader
aes crypto cryptography google-drive gui gui-english gui-german screenshots
Last synced: about 1 year ago
JSON representation
AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz.
- Host: GitHub
- URL: https://github.com/sepppenner/aescryptouploader
- Owner: SeppPenner
- License: mit
- Created: 2018-12-27T18:40:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T22:33:48.000Z (over 1 year ago)
- Last Synced: 2025-03-30T23:24:39.905Z (about 1 year ago)
- Topics: aes, crypto, cryptography, google-drive, gui, gui-english, gui-german, screenshots
- Language: C#
- Homepage:
- Size: 13.7 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
AESCryptoUploader
====================================
AESCryptoUploader is a project to upload encrypted files to [Google Drive](https://www.google.com/drive/) and [Mega.nz](https://mega.nz/).
[](https://ci.appveyor.com/project/SeppPenner/aescryptouploader)
[](https://github.com/SeppPenner/AESCryptoUploader/issues)
[](https://github.com/SeppPenner/AESCryptoUploader/network)
[](https://github.com/SeppPenner/AESCryptoUploader/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/AESCryptoUploader/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/AESCryptoUploader)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
# Screenshots from the GUI


# The configuration file needs to look like this
```xml
test@test.email
YourPassword
Mega
Test@googlemail.com
YourPassword
something.apps.googleusercontent.com
GDrive
```
You get the client id for [Google Drive](https://www.google.com/drive/) following https://developers.google.com/drive/api/v3/enable-sdk. For [Mega.nz](https://mega.nz/), this field simply is empty.
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/AESCryptoUploader/blob/master/Changelog.md).