Wstępnie dodana klasa zarządzania szyfrowaniem. Dodana funckja szyfrująca i generowanie kluczy. Nie osadzono w klasie create cargo

This commit is contained in:
yanczi 2025-10-26 01:14:55 +02:00
parent de7ced2939
commit b80d983bc7
6 changed files with 67 additions and 14 deletions

View file

@ -44,6 +44,8 @@ void RenderHelp()
" -p Pack files from the specified directory \n"
" -e Pack and encrypted from the specified directory \n"
" -f Pack the files according to the guidelines given in the <directory>.txt \n"
" -s Pack and encrypted \n"
" -cs Pack and compress \n"
" \n"
"Extracting: \n"
" -x Extract files from the specified container \n"
@ -55,7 +57,7 @@ void RenderHelp()
"Keys: \n"
" \n"
" {compress} - Compressing files \n"
" {crypt} - Encrypted files with AES256 \n"
" {crypt} - Encrypted files with ChaCha20 \n"
" {ignore} - Ignoring concrete files \n"
" \n"
" /path/to/file.ext - Concrete file \n"