First Commit - Source Code from Reply
This commit is contained in:
18
dbcmnpsrc/GW/mnpapp/script/dbcKeyGen.sh
Normal file
18
dbcmnpsrc/GW/mnpapp/script/dbcKeyGen.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/ksh
|
||||
|
||||
###########################################################
|
||||
# Progetto: Gateway MNP
|
||||
# Script: dbcKeyGen.sh
|
||||
# Descrizione: Applicazione per la creazione della chiave di cifratura\decifratura
|
||||
#
|
||||
###########################################################
|
||||
|
||||
THIS_PATH=`dirname $0`
|
||||
. $THIS_PATH/setEnv.sh
|
||||
|
||||
THIS=`basename $0 .sh`
|
||||
LOG=$MNP_LOG_SCRIPT_HOME/$THIS.log
|
||||
|
||||
adesso=$(date)
|
||||
echo '******' $adesso Eseguo dbcKeyGen.sh >> $LOG
|
||||
$THIS_PATH/javaExec_unix.sh it.valueteam.securityutility.TripleDesKeyGenerator >> $LOG
|
||||
Reference in New Issue
Block a user