The discussion centers on the possibility of implementing encryption in the C programming language. It emphasizes that while encryption is not inherently built into programming languages, it can be achieved through the programmer's skill and understanding. Learning programming, including encryption techniques, requires time and practice across various languages. The conversation highlights that encryption is a complex subject with various methods suited for different purposes. For those interested in getting started with cryptography, the book "Applied Cryptography" by Bruce Schneier is recommended, as it includes examples in C. Additionally, while C does not have built-in encryption functions, there are libraries available in other languages, such as C#, that simplify the use of encryption algorithms. The importance of formal education and accessing university resources for learning programming and cryptography is also noted.