/office-tools

Common office tools

Primary LanguageJava

office-tools

Common office tools

File Encryptor mvn clean package

java -jar vault-1.0-SNAPSHOT-jar-with-dependencies.jar
-f Decrypt the content from file and display them on console.
-k key used for encryption decryption.
-d Decrypt the String.
-e Encrypt the String.
-ef Encrypt the content from file and print them on console.