EncryptorDecryptor

  • Just a project to have fun learning on simple encrypting and decrypting messages.
  • The res file contains the Key for the encryption and decryption.
  • Every character could be mapped to a another character or another string of characters
  • You should compile with -std=c++20 or higher flag to be able to access the structured bindings used in Decryptor.cpp