An open API service indexing awesome lists of open source software.

https://github.com/g3th/encrypt-decrypt

Kotlin simple decrypt/encrypt (Caesar, Unicode Shift Cypher) using command-line arguments.
https://github.com/g3th/encrypt-decrypt

caesar-cipher command-line-arguments decrypt encrypt java-io java-utils kotlin shift-cipher

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)```