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.
Loading...
Related Quiz
- _______ testing focuses on the communication paths and interactions between components to detect interface defects.
- Which HTTP method is used for retrieving data in a RESTful service?
- The ability to import and export collections in Postman is critical for _______.
- In the context of web services, what does UDDI provide?
- Which HTTP header is typically used for passing authentication tokens in RESTful services?