GitHunt
G3

g3th/Encrypt-Decrypt

Kotlin simple decrypt/encrypt (Caesar, Unicode Shift Cypher) using command-line arguments.

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)

Languages

Kotlin100.0%

Contributors

Created May 3, 2023
Updated May 3, 2023
g3th/Encrypt-Decrypt | GitHunt