Trust IT SEC Blog

Providing articles for every technical ability
January 13, 2025

Understanding Induction, Recursion, and Program Correctness in Algorithm Design

Explore how mathematical induction and recursive definitions underpin program correctness and efficient algorithm design. Learn about Fibonacci sequence, Golden Ratio, and more insights from computer science. Understanding Induction, Recursion, and Program Correctness in Algorithm Design
January 11, 2025

Comparing Base64, Morse Code, and ROT13: A Beginner’s Guide to Cipher Tools

Cipher Tool is a fun website that allows users to try simple cryptographic tools that decodes messages. For myself, this is a fun new type of technology that is interesting to play around on. The three tools I chose to research were Base64, Morse Code, and ROT13.