Data File Encryption - Salem73616C656D/reading-notes GitHub Wiki

Key Takeaways

CIA Triad:

  • Confidentiality
  • Integrity
  • Availability

How To Incorporate CIA Into Your Environment


Confidentiality:

  • Use SSL or SSH for data-in-transit
  • Use OpenPGP or other disk-level encryption solutions

Integrity:

  • Use hashing functions
  • Use digital signatures

Availability:

  • Use a High Availability cluster for your service
  • Load Balancers

Vocabulary

No new vocabulary

Conclusion

Using these common solutions will allow you to incorporate the CIA triad into your new or existing environment and will improve security.