The adaptation of the enigma machine in C must contain: - [x] 3 rotors; - [x] Working plugboard; - [x] .txt archive to storage the configurations; - [x] .c archive for configuration options; - [x] .c archive for data encryption. - [x] Read/Write mechanism of the configurations for data encryption; It must work by: - [ ] Rotation of the rotors, alterating each letter 7 times; - [ ] Exchange of letters by the plugboard, alterating 2 times the plugged letters;
The adaptation of the enigma machine in C must contain:
It must work by: