abbi-gehl / masm-enigma

This is a digital simulation of the German Enigma machine written in x64 masm assembly and C++
Apache License 2.0
1 stars 0 forks source link

EPIC: main ASM program loop #8

Closed abbi-gehl closed 7 months ago

abbi-gehl commented 8 months ago

implement the program flow which uses both the plugboard and rotors to encrypt and decrypt messages.

the encrypted/decrypted data should be stored in a string and printed for the user in the terminal.

At this point, the main part of the project is done, although some tweaks could be made

abbi-gehl commented 7 months ago

we just need to write the encrypted message to the file

abbi-gehl commented 7 months ago

WAHOO