diff --git a/gtc-crypt b/gtc-crypt index 8edac8c..bacb870 100755 --- a/gtc-crypt +++ b/gtc-crypt @@ -1,7 +1,4 @@ #!/usr/bin/perl -w -# before|||30.11.10|||olli|||Save passwords encrypted|||This is a small app for storing strings encrypted on your harddisk. E.g. for using passwords in scripts running without interaction in the background. It is not (very) save but maybe better then storing plain text passwords on the harddisk. -# after -#!/usr/bin/perl -w use strict; use Getopt::Std; @@ -164,4 +161,4 @@ Options: -b\t\t-> Batch mode\n"; exit 1; } -# ---- +