Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 194 Bytes

encrypt-decrypt

a simple encryption / decryption program as a learning exercise.

#Lessons

  • Using '.Split()', ".Contains()"
  • foreach
  • if / else if
  • converting ASCII to int / int to ASCII