> > > I have a sample here:
> > >       dn: uid=some.user,ou=people,dc=mydomain,dc=com
> > >       userPassword:: VmVRdWFrczE=
> > >
> >
> > The password is a base64 encoded text string.
>
> it is a strong indication that the password is base64 encoding because
> of the "=" character at the end of password and not a normal crypt(3)
> function with two characters salt + 11 characters hash function which
> is 1 character shy from the password above..
>
> "VmVRdWFrczE=" = base64("VeQuaks1")
>
> i want to make sure first if the password is correct before we
> conclude it is indeed base64 encoding... that is why i want her to try
> it first...
>
> fooler.
>
Thanks, it works. It's indeed base64.

Thanks...Thanks...Thanks!!!
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to