Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 354 Bytes

README.MD

File metadata and controls

13 lines (8 loc) · 354 Bytes

Encryption And Decryption

Encrypt Files or Text in Kotlin

Using command-line arguments, enter a variety of options in order to decrypt/encrypt a local file or any text entered.

The program will also throw errors in case a file does not exist or something goes wrong.

Options include

-mode dec/enc -key (n) -in (file name)