A concept that you see more often when the security of technology is mentioned, is client-side encryption. In this article we take a step-by-step and simple approach to explain what this concept means. First, we go through the meaning of a client and encryption. This makes understanding the concept behind client-side encryption easier. Lastly, we discuss end-to-end encryption, which is sometimes associated with client-side encryption.
Continue reading…Building a Stopwatch with C#
Another C# project suitable for beginners. This time our C# project is building a simple stopwatch.
Continue reading…Hexadecimal Code and RGB Color Values Explained (Simple)

Content
What is Hexadecimal Code?
Hexadecimal code is a combination of digits and letters, according to the hexadecimal number system. This means that every number place can go from 0 to F, so in total 16 different numbers. When a value of a numbers place exceeds 9, letters are used. As shown in the table below:
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
Continue reading…
Encryption Explained
In this article I explain the concept of encryption. After addressing some common terms, the process of encryption itself is explained through a basic example. Then different types of encryption used today are discussed. At the end there is a summary.
Continue reading…