Open Dustin-Ray opened 1 year ago
Already did this once with gtk3 and golang here: https://github.com/drcapybara/capyCRYPT-go/
Doing it again in gtk4 with rust would be a unique challenge but extremely cool. This could be a great project for any gui framework that can connect to rust though, so doesn't have to be gtk by default.
Computing a cryptographic hash:
Encrypting and decrypting symmetrically under passphrase pw:
Generating a (Schnorr/ECDHIES) key pair from passphrase pw:
Verifying a signature under (Schnorr/ECDHIES) public key:
implement a frontend with GTK4 rust bindings