Login
Remember
Register
Ask a Question
In Basic authentication, username and password are
+1
vote
asked
Jan 19, 2022
in
Spring Framework Consuming REST Service
by
sharadyadav1986
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
basic-authentication
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 19, 2022
by
sharadyadav1986
a) base64 encoded
In Basic authentication, username and password are
base64 encoded
...