All topics

REST

11 articles tagged REST.

AES-256 and the Post-Quantum Panic: The Rare Cryptographic Algorithm That Isn’t Sweating

  • AES
  • Post-Quantum Cryptography
  • Quantum Computing

Quick Summary: AES-256 is the workhorse of enterprise data encryption at rest. It is not considered impacted by quantum computers or Post-Quantum Cryptography. It is considered quantum-resistant, which means it can withstand attacks from quantum computers / algorithms better than other encryption…

Read article: AES-256 and the Post-Quantum Panic: The Rare Cryptographic Algorithm That Isn’t Sweating

Application Front-Ends Must Not Make Authorization Decisions

  • API Gateways
  • Application Security
  • Authorization

First, let’s get the usual introductions out of the way. For an in-depth discussion of what Authorization is, check out this post. For a complete introduction to Authorization concepts see my Authorization Series. This post continues my long-running Authorization Series. In this post, we’re going…

Read article: Application Front-Ends Must Not Make Authorization Decisions

What is a Service Consumer?

  • REST
  • SOA
  • SOAP

A Service Consumer is any tier of an organization’s systems that calls web services. These services could be implemented by SOAP, REST, XML over HTTP, EJBs, JMS or MQ applications, RMI, RPC, invocation of COBOL programs on a mainframe with 3270 screen-scraping, communication over a custom TCP…

Read article: What is a Service Consumer?