Open JacekBro opened 2 years ago
Add exclusion of characters other than A-Z from message into Encrypt method.
Remove characters other than alphabet letters. The implemented CAESAR shift accepts a-z and A-Z characters.
Change lower-case to capitals. For ROTORS only A-Z should be accepted.
Add exclusion of characters other than A-Z from message into Encrypt method.
Remove characters other than alphabet letters. The implemented CAESAR shift accepts a-z and A-Z characters.
Change lower-case to capitals. For ROTORS only A-Z should be accepted.