commit be55f53

Emilia Smólska  ·  2026-06-10 00:18:18 +0000 UTC
parent 7133d49
dont actually print the password on gen cause gpg breaks off the lines differently
1 files changed,  +0, -1
M haslo
M haslo
+0, -1
1@@ -54,7 +54,6 @@ if($command eq 'put'){
2 	read URANDOM, $buf, 128 or die "can't read from /dev/urandom: $!\n";
3 	$buf = encode_base64 $buf;
4 	writegpgpassword $buf;
5-	print $buf;
6 }else{
7 	usage;
8 }