+1 vote
in Spring Framework Consuming REST Service by
In Basic authentication, username and password are

Select the correct answer from below options:

a) base64 encoded

b) base16 encoded

c) sha256 hashed

d) RSA encrypted

1 Answer

0 votes
by

a) base64 encoded

In Basic authentication, username and password are base64 encoded

...