Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Desktop app for securely storing sensitive files

Notifications You must be signed in to change notification settings

antpiasecki/dull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dull

Desktop app for securely storing sensitive files

Features

  • Pretty usable UI
  • Overkill encryption: XChaCha20-Poly1305 + Argon2id(m=1GB,t=6,p=4) key derivation
  • Cross-platform-ish: Builds on Linux, Windows and macOS
  • Drag and Drop support

Building

Debian/Ubuntu

sudo apt update && sudo apt install build-essential qt6-base-dev libbotan-3-dev cmake

cmake -S . -B build
cmake --build build -j $(nproc)
./build/dull

Arch

sudo pacman -S base-devel
makepkg -si

Windows (MSYS2)

pacman -S --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-qt6-base mingw-w64-x86_64-qt6-tools mingw-w64-x86_64-libbotan

cmake -S . -B build -DBOTAN_INCLUDE_DIRS=/mingw64/include/botan-3 -DBOTAN_LIBRARIES=/mingw64/lib/libbotan-3.a
cmake --build build -j $(nproc)
./build/dull

About

Desktop app for securely storing sensitive files

Topics

Resources

Stars

Watchers

Forks