diff options
author | Marvin Borner | 2019-06-20 16:50:27 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-20 16:50:27 +0200 |
commit | 8cd0aeb5af65d771d1952a37a6cf7fd457796bf2 (patch) | |
tree | 5eaf50359358f5b0e3f80a8b36b6dd224f0edd87 /src/main/kotlin/App.kt | |
parent | a34a0d45da548bef8b18da04d2947fb0ff0edae0 (diff) |
Added AES file encryption
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/kotlin/App.kt')
-rw-r--r-- | src/main/kotlin/App.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/App.kt b/src/main/kotlin/App.kt index 181149d..55058be 100644 --- a/src/main/kotlin/App.kt +++ b/src/main/kotlin/App.kt @@ -12,7 +12,7 @@ import org.slf4j.* import java.net.* import kotlin.system.* -const val debug = true +const val debug = false var silent = true var port = 7000 // TODO: Add abstract and secure file home support for windows/BSD/macOS |