#! /bin/sh
#
# Copyright 2024 by PONTON GmbH
# Dorotheenstr. 64, 22301 Hamburg, Germany.
# All rights reserved.
#
# This software is the confidential and proprietary information of
# PONTON GmbH "Confidential Information". You shall not disclose
# such Confidential Information and shall use it only in accordance with the
# terms of the license agreement you entered into with PONTON.
#
#
java -cp "../lib/*:../lib_ext/*" de.pontonconsulting.xmlpipe.config.DatabaseConfig encrypt $1
