Skip to content

Loli-Cafe/LoliBunker

Repository files navigation

LoliBunker

Some file encryption program


Download

https://github.com/Loli-Cafe/LoliBunker/releases


TODO

  • CLI
  • Password matching
  • Better admin permission check
  • Better kotlin/gradle/jetpack compose

Building

Depending on what do you want. (For now only ui has support)

  • gradlew lolibunker-ui:shadowJar Creates runnable fatJar with gui: lolibunker-ui/build/libs/LoliBunker-Gui.jar
  • gradlew lolibunker-ui:msi Creates Windows installer: lolibunker-ui/build/distributions/lolibunker-ui-.msi

Built on: Java 11 (Temurin) | Kotlin 1.6.10 | JetPack Compose

My very first Kotlin & JetPack Compose & Gradle project