X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/1dec4fa32a4a6c57ffb2c736c0c6b95b0519cb67..HEAD:/gorp.1 diff --git a/gorp.1 b/gorp.1 index 66de0a1..69bb892 100644 --- a/gorp.1 +++ b/gorp.1 @@ -34,13 +34,26 @@ Prints the random string using the chosen output .IR format , which may be .B base64 -(standard Base64 encoding, as described in RFC2045; this is the default), +(standard Base64 encoding, as described in RFC2045; this is the default), .B file64 (Base64 encoding, with .RB ` % ' instead of .RB ` / ', so the output is suitable for use as a filename), +.B safe64 +(Base64 encoding, with +.RB ` - ' +instead of +.RB ` + ', +and +.RB ` _ ' +instead of +.RB ` / ', +as specified in RFC3548, as an attempt to achieve the same goal but +inconveniently using up all the good separator characters), +.B base32 +(Base32 encoding, as described in RFC2938), .B hex (plain hexadecimal encoding), or .B raw @@ -59,4 +72,4 @@ value of 128. .SH BUGS None known. .SH AUTHOR -Mark Wooding +Mark Wooding