Git Product home page Git Product logo

air-explorer-decrypter-simple-client's Introduction

license: MIT GitHub release (latest by date) Github All Releases

Air Explorer Decrypter Simple Client

Java application able to decrypt Air Explorer encrypted files.

Getting Started

Prerequisites

Java 17+ is needed.

Usage

To run the GUI client just execute the latest version of AirExplorerDecrypterSimpleClient.
Download the latest build

After drag and drop one or more files into the window, the password dialog will appear.

And finally, the file(s) will be processed and decrypted

Command line

Display the help

java -jar AirExplorerDecrypterSimpleClient.jar -h
Usage: java -jar AirExplorerDecrypterSimpleClient.jar [-gh]
       [-o=<outputDirectory>] -p=<password> <file>...
Decrypts <file> to destination directory (encrypted file directory is chosen by
default).
      <file>...   one or more files to decrypt
  -g, --gui       display the graphical window
  -h, --help      display this help message
  -o, --output=<outputDirectory>
                  the destination folder
  -p, --password=<password>
                  the password
Copyright(c) 2022

Mandatory fields: the password and the file path(s)

Command line example
java -jar AirExplorerDecrypterSimpleClient.jar -p=test file1.cloudencoded file2.cloudencoded

To execute the same command but in the graphical window, just append the -g flag.

java -jar AirExplorerDecrypterSimpleClient.jar -g -p=test file1.cloudencoded file2.cloudencoded

Authors

  • Antonio Suárez - Initial work and maintainer - Proteus1989

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Thanks to tomas-langer for Chalk, a cross-platform standard output coloring.

air-explorer-decrypter-simple-client's People

Contributors

proteus1989 avatar

Stargazers

 avatar Eamon avatar  avatar

Watchers

 avatar

Forkers

eamon-cai

air-explorer-decrypter-simple-client's Issues

wrong cmd in help and readme.md, path required

Hi and thx for a helpful tool!

3 issues in Win10 x64:

  1. program help and readme.md feature wrong syntax, it must be java.exe -jar airexplorerdecryptersimpleclient.jar -p=pass .\infile1 ... (so the "-jar" must be before the *.jar file to execute)

  2. infile reguires a path (e.g. .\infile), when just trying to decrypt from current directory error java.lang.NullPointerException: Cannot invoke "java.io.File.getPath()" because the return value of "java.io.File.getParentFile()" is null is thrown

  3. parameter -g (java.exe -jar airexplorerdecryptersimpleclient.jar -g) doesn't open a GUI but throws error Missing required options and parameters: '--password=<password>', '<file>'

HTH!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.