„gtc-crypt“ ändern
This commit is contained in:
parent
6e1cf7176b
commit
a29ec8d10e
@ -1,7 +1,4 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/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 strict;
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
@ -164,4 +161,4 @@ Options:
|
|||||||
-b\t\t-> Batch mode\n";
|
-b\t\t-> Batch mode\n";
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
# ----
|
|
||||||
|
Loading…
Reference in New Issue
Block a user