Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

decoding browser Basic Authentication user & password?

0 views
Skip to first unread message

Simon

unread,
Jun 9, 2000, 3:00:00 AM6/9/00
to
Is there an api which enables to decode the
base64-encoded user/password of browser Basic
Authentication?

Simon

Simon

unread,
Jun 9, 2000, 3:00:00 AM6/9/00
to
Just to clarify, I need some function as follows:

char encoded_pass = "jkghkjghjkghjk--" ; // Basic Athentication web string
char * my_pass, my_login;

my_login= decode(encoded_pass);
my_pass= decode(encoded_pass);

"Simon" <!!!> wrote in message news:8hqj1...@news2.newsguy.com...

0 new messages