> + my $ticket = $plain . "::" . encode_base64($rsa_priv->sign($full), ''); > + return MIME::Base32::encode($ticket."::".$full); > +} Applied, but I removed the MIME::Base32 part, because I pass it with 'password' option now.