Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Feb 20, 2020
1 parent 02be729 commit 33ca9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,9 @@ Some examples of famous feistel ciphers are [DES](https://en.wikipedia.org/wiki/
##### Encryption
`python encrypt.py -e -m ECB input_file output_file`
##### Decryption
`encrypt.py -d -m ECB input_file output_file`
`python encrypt.py -d -m ECB input_file output_file`

At the moment only ECB and CBC modes of operation are permitted.
At the moment only ECB, CBC and CTR modes of operation are permitted.

## Cool things that could be added
This cipher is a bit bland, it would benefit from:
Expand Down

0 comments on commit 33ca9bb

Please sign in to comment.