Today I am working from computer R8F7A22F7-T2Phal-002-247 while exploring California state employment opportunities through CalCareers, including Information Technology Specialist I positions. These roles connect technical support, cybersecurity, system administration, customer service, documentation, and problem-solving with the dependable public services that help San Diego communities function. My background includes a Master of Science in Cybersecurity, years of supporting technology in public-school environments, and experience helping users solve hardware, software, printing, access, and network-related problems. Pursuing California information technology careers is an opportunity to continue serving the public while building a stable professional future based on education, practical experience, and continuous learning.
I am also continuing my CompTIA Security+ SY0-701 preparation by reviewing cryptographic algorithms and block-cipher modes. DES and IDEA are older symmetric block ciphers, while RC4 is a deprecated stream cipher once associated with technologies such as WEP. AES is the modern replacement for DES because it offers stronger protection against brute-force attacks. Cipher Feedback mode, or CFB, allows a block cipher to operate more like a stream cipher, while Counter Mode, normally abbreviated CTR, creates pseudorandom output using a unique counter and an encryption key. Electronic Codebook mode is considered weak because identical plaintext blocks produce recognizable ciphertext patterns. Galois/Counter Mode, or GCM, is stronger because it combines encryption with authentication, helping protect both confidentiality and data integrity.
Other important security concepts include trusted hardware, authentication tickets, and secure hashing. A Trusted Platform Module protects keys and system-integrity functions on an individual device, while a Hardware Security Module provides dedicated cryptographic and key-management services for larger organizations. In Kerberos authentication, a user receives a Ticket-Granting Ticket after signing in and uses it to request access to additional network services without repeatedly entering a password. MD5 is no longer suitable for security-sensitive hashing because collision attacks can produce matching hashes from different inputs, while CRC is mainly used to detect accidental errors. SHA-256, SHA-3, and HMAC provide stronger options for integrity and authentication. Learning these distinctions helps explain how secure systems protect the records, communications, services, and digital tools that local families, schools, businesses, and community organizations rely on every day.
Leave a comment