In this video, our very own Jim Kring discusses how to implement simple XOR cipher encryption and related topics: pseudo-random number generators, stream ciphers, one-time pads, and more.
You’ll learn:
- The basic principals of data encryption
- How to encrypt data with the XOR operation
- The importance of True Random Number Generators in encryption
- How NOT to create your own encryption algorithms (instead to use industry-proven algorithms and implementations that are fully vetted)