Encrypt and decrypt text using the Caesar Cipher algorithm.
Go to file
Roland W-H cb01b27501 explicitly cast int maths to char 2022-11-05 10:50:42 +00:00
src explicitly cast int maths to char 2022-11-05 10:50:42 +00:00
.gitignore Initial commit 2022-06-30 16:30:31 +01:00
LICENSE Initial commit 2022-06-30 16:30:31 +01:00
README.md Initial commit 2022-06-30 16:30:31 +01:00
caesarcrypt.licenseheader initial code commit 2022-07-08 18:14:21 +01:00
caesarcrypt.sln initial code commit 2022-07-08 18:14:21 +01:00
caesarcrypt.vcxproj initial code commit 2022-07-08 18:14:21 +01:00
caesarcrypt.vcxproj.filters initial code commit 2022-07-08 18:14:21 +01:00

README.md

caesarcrypt

Encrypt and decrypt text using the Caesar Cipher algorithm.