Skip to content

A Swift implementation of the Caesar Cipher encryption algorithm. Created as part of Codecademy's Learn Swift course.

Notifications You must be signed in to change notification settings

CarterBartz/swift-caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ Swift Caesar Cipher

πŸ‘¨β€πŸŽ“ Codecademy Certification: Learn Swift
πŸ“ Project Type: Certification Project
πŸ“… Date Completed: May 2025


🧠 Overview

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.


🧱 Skills Demonstrated

  • Working with Unicode scalars
  • String and character manipulation
  • Custom functions
  • Implementing a classic encryption algorithm

πŸš€ How to Run

swift caesar-cipher.swift

About

A Swift implementation of the Caesar Cipher encryption algorithm. Created as part of Codecademy's Learn Swift course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages