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.
- Host: GitHub
- URL: https://github.com/g3th/encrypt-decrypt
- Owner: g3th
- Created: 2023-05-03T03:42:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T03:44:31.000Z (about 2 years ago)
- Last Synced: 2025-01-15T10:27:13.559Z (5 months ago)
- Topics: caesar-cipher, command-line-arguments, decrypt, encrypt, java-io, java-utils, kotlin, shift-cipher
- Language: Kotlin
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Encryption And Decryption
## Encrypt Files or Text in KotlinUsing 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)```