An open API service indexing awesome lists of open source software.

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.

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/).

[![Build status](https://ci.appveyor.com/api/projects/status/2lenu7vx01dhonu9?svg=true)](https://ci.appveyor.com/project/SeppPenner/aescryptouploader)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/AESCryptoUploader.svg)](https://github.com/SeppPenner/AESCryptoUploader/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/AESCryptoUploader.svg)](https://github.com/SeppPenner/AESCryptoUploader/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/AESCryptoUploader.svg)](https://github.com/SeppPenner/AESCryptoUploader/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/AESCryptoUploader/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/AESCryptoUploader/badge.svg)](https://snyk.io/test/github/SeppPenner/AESCryptoUploader)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

# Screenshots from the GUI
![Screenshot from the GUI German](https://github.com/SeppPenner/AESCryptoUploader/blob/master/Screenshot_DE.PNG "Screenshot from the GUI German")
![Screenshot from the GUI English](https://github.com/SeppPenner/AESCryptoUploader/blob/master/Screenshot_EN.PNG "Screenshot from the GUI English")

# 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).