• To ensure you get the most out of your CIN membership and stay connected with the latest updates, we are asking all members to update their community profiles. Please take a few moments to log in and: • Complete all sections of your profile • Review your current information for accuracy • Enter an alternative email address if desired (CIN requires your valid business email address for your training organization). Keeping your profile up to date helps us better serve you, ensures your account is correctly linked with CompTIA’s CRM, streamlines processes, enhances communication, and guarantees you never miss out on valuable CIN opportunities. Thank you for taking this important step! step!

Engaging Students with Cryptography Labs

I try to avoid or make fun of the fact that most folks in cybersecurity hate math and you don't have to do any complex math on the Security+ exam. That said when it comes to crypto I always try to get my students to generate and validate some file checksums. MD5 checksums are relatively easy. The SHA algorithm name seems to vary on different operating systems (to use SHA you may need to call the SHA256 application). In CertMaster there is a 'Resources' tab that has a couple of files that students can download. I'll ask them to download and locally calculate the checksum of one of those files and verify it with my calculation.
 
@Brian Ford, you're spot on! Most folks in cybersecurity aren't big fans of math, and you're absolutely right about not needing complex math for Security+. However, I think understanding the basics of cryptography, even without the heavy math, is crucial to grasping how encryption works under the hood. I love your idea of generating and validating file checksums—simple yet effective in showing the real-world applications of cryptography. In my own labs, I focus on practical exercises with OpenSSL, getting students hands-on with encryption and decryption. That approach really seems to help concepts click without scaring them off with math!