Menu

KEIBIDROP: Secure File Transfer!
📰
0

KEIBIDROP: Secure File Transfer!

DEV Community·Marius-Florin Cristian·about 1 month ago
#1QoCrJ6P
#go#security#filesystem#rust#keibidrop#files
Reading 0:00
15s threshold
Cover image for KEIBIDROP: Secure File Transfer!

Marius-Florin Cristian

KEIBIDROP encrypted file transfer and shared filesystem between two devices

https://keibidrop.com

KeibiDrop connects two devices directly and lets them share files over an encrypted channel. It works over the internet or a local network.

Two modes:

  • Direct transfer - drag files in, your peer saves what they need
  • Virtual folder (FUSE) - your peer's files appear as a real folder on your machine. git, rsync, your IDE, all work on it. Files stream on access, so you can open a 4 GB video before it finishes downloading.

Post-quantum encryption (ML-KEM-1024 + X25519). The relay, if used, cannot decrypt anything.

macOS, Windows, Linux. Desktop GUI, interactive CLI, agent CLI for automation.

Free, open source (MPL-2.0): github.com/KeibiSoft/KeibiDrop

Read More