π¨βπ Codecademy Certification: Learn Swift
π Project Type: Certification Project
π Date Completed: May 2025
This project implements a Caesar Cipher in Swift β a simple encryption technique where each letter in a string is shifted by a fixed number of places in the alphabet. It showcases how to work with strings, Unicode values, and custom functions in Swift.
- Working with Unicode scalars
- String and character manipulation
- Custom functions
- Implementing a classic encryption algorithm
swift caesar-cipher.swift