From a29ec8d10e92826fbf1c4051af50eaf1695b4f59 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 17 Jul 2022 14:11:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egtc-crypt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtc-crypt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; } -# ---- +