All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.fraunhofer.iem.Main Maven / Gradle / Ivy

The newest version!
package de.fraunhofer.iem;

import crypto.exceptions.CryptoAnalysisParserException;
import de.fraunhofer.iem.scanner.HeadlessJavaScanner;

public class Main {

    public static void main(String[] args) {
        try {
            HeadlessJavaScanner scanner = HeadlessJavaScanner.createFromCLISettings(args);
            scanner.run();
        } catch (CryptoAnalysisParserException e) {
            throw new RuntimeException("Error while parsing the CLI arguments: " + e.getMessage());
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy