„gtc-crypt“ ändern

This commit is contained in:
olli 2022-07-17 14:11:19 +02:00
parent 6e1cf7176b
commit a29ec8d10e

View File

@ -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;
}
# ----