You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command dec should include 3 flag store ,filename and download. --store command is specify to target encrypted file is in minIO or on local machine. MinIO should be connected just while user using related flag. I use 2 encryption method at here GPG and AES256 you can take input for recognise is it GPG or AES256.
To do List
--store flag initialised variable should be false [boolean]
--filename is for specify where is the target file. [string] (required)
while user want to download his decrypted file, should be possible to download file to current path with --download flag if user didn't use this flag just print it to terminal. [string]
The text was updated successfully, but these errors were encountered:
I am working on branch version/3.0
command
dec
should include 3 flag store ,filename and download.--store
command is specify to target encrypted file is in minIO or on local machine. MinIO should be connected just while user using related flag. I use 2 encryption method at here GPG and AES256 you can take input for recognise is it GPG or AES256.To do List
--store
flag initialised variable should be false [boolean]--filename
is for specify where is the target file. [string] (required)--download
flag if user didn't use this flag just print it to terminal. [string]The text was updated successfully, but these errors were encountered: