README

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

Last updated

Was this helpful?