1.

How do you secure an API in Node.js?

Answer»

The paper “The Protection of INFORMATION in Computer Systems” by JEROME Saltzer and Michael Schroeder, cited some 8 PRINCIPLES with the help of which information WITHIN the computer systems can be stored efficiently. These are mentioned below :

  • Least Privilege
  • Fail-Safe Defaults
  • Mechanism Economy
  • Complete Meditation
  • Open Design
  • Privilege Separation
  • Least used Mechanism
  • Psychological Acceptability


Discussion

No Comment Found