jlechem / RetroGaming

A repository for old school retro C++ games
Apache License 2.0
2 stars 1 forks source link

Complete encrypt file method in Transposition #6

Closed jlechem closed 4 years ago

jlechem commented 4 years ago

We have an empty method EncryptFile in the Transposition.cpp file. This needs to be implemented so that we can encrypt a real file. The method takes an original file, the destination file, and the offset.

jlechem commented 4 years ago

Implemented.