For secure token-based authentication in web services, which encryption technique is most effective?

  • AES (Advanced Encryption Standard)
  • DES (Data Encryption Standard)
  • HMAC (Hash-based Message Authentication Code)
  • RSA (Rivest–Shamir–Adleman)
HMAC (Hash-based Message Authentication Code) is commonly used for secure token-based authentication in web services, providing an effective way to ensure data integrity and authentication.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *