201309090

This commit is contained in:
stubbfel
2013-09-09 21:15:10 +02:00
parent 8a9d095197
commit d5991aa301
12 changed files with 205 additions and 2 deletions

8
exportPwsafe.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
KEY=$1
FOLDER=`date +"%Y%m%d"`
mkdir $FOLDER
cd $FOLDER
pwsafe --exportdb > expo.dat
~/bin/encryptFileByRSA.sh expo.dat $KEY