g3th / Encrypt-Decrypt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:Kotlin 100.0%