Skip to content

AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz.

License

Notifications You must be signed in to change notification settings

SeppPenner/AESCryptoUploader

Repository files navigation

AESCryptoUploader

AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz.

Build status GitHub issues GitHub forks GitHub stars License: MIT Known Vulnerabilities Blogger Patreon PayPal

Screenshots from the GUI

Screenshot from the GUI German Screenshot from the GUI English

The configuration file needs to look like this

<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Accounts>
        <Account>
            <UserName>test@test.email</UserName>
            <Password>YourPassword</Password>
            <ClientId></ClientId>
            <Name>Mega</Name>
        </Account>
        <Account>
            <UserName>Test@googlemail.com</UserName>
            <Password>YourPassword</Password>
            <ClientId>something.apps.googleusercontent.com</ClientId>
            <Name>GDrive</Name>
        </Account>
    </Accounts>
</Config>

You get the client id for Google Drive following https://developers.google.com/drive/api/v3/enable-sdk. For Mega.nz, this field simply is empty.

Change history

See the Changelog.