Skip to main content
app icon

DKeyMask

Developer

Geek mask

About

The preservation of private keys has always been a problem, It’s a good idea to hide the secret key in picture(png/jpg) through the steganography algorithm(LSB)

Written in pure go, 100% open source for safety, and all code runs purely locally, without any network communication. at the same time, it is recommended to disconnect the network during operation to ensure absolute safety, the GUI built with fyne.

app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/geekmask/dkeymask@latest

Or you can download the code directly from git:

git clone https://github.com/geekmask/dkeymask