On Tue, Aug 23, 2005 at 09:27:01PM +0200, Marc Haber wrote: > Hm. The actual string doesn't look like base64 here: > > host = DYNAMIC/Xxx/x1xxXXXxXXxX1X1XXX > > (x is a lower case letter, X is a capital, 1 a digit). Please note the > second slash which seems out of place here, right?
No. The base64 alphabet does include '+' and '/', in addition to letters and digits. The second slash is part of the encoded MD5 hash of the secret. -- Niko -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
