Skip to content

rajeshwarn/AESCryptoUploader

 
 

Repository files navigation

AESCryptoUploader

AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz. The project was written and tested in .Net 5.0.

Build status GitHub issues GitHub forks GitHub stars License: MIT Known Vulnerabilities

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.

About

AESCryptoUploader is a project to upload encrypted files to Google Drive and Mega.nz. The project was written and tested in .Net 5.0.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.7%
  • Inno Setup 4.3%