Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####Application for file encryption.


Currently only AES_CFB implemented.
Currently supports AES_CFB, AES_STR modes.
For launch compile sources or install via Maven and execute Main with next args:
- java Main key initVector mode path cipher

Expand All @@ -11,7 +11,7 @@ For launch compile sources or install via Maven and execute Main with next args:
* initVector - must be 16 char (any string)
* mode - 1 for encryption \ 2 for decryption
* path - path to directory
* cipher - AES_CFB
* cipher - AES_CFB, AES_STR

**java Main abc123def456ghk7 superINITvector1 1 C:\filesToEncryption\ AES_CFB**

Expand Down