From 64ccd4ab16fb056a29c905d637ced6ed6cc7429d Mon Sep 17 00:00:00 2001 From: denis19973 Date: Mon, 31 Oct 2016 14:38:57 +0200 Subject: [PATCH] add new mode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87ecd0..6d62842 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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**