Skip to content

g3th/Encrypt-Decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages