172
submitted 4 months ago* (last edited 4 months ago) by Fredol@lemmy.world to c/linux@lemmy.ml

I'm bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.

you are viewing a single comment's thread
view the rest of the comments
[-] qwerty@discuss.tchncs.de 5 points 4 months ago* (last edited 4 months ago)

A gui app that lets you:

  • symmetrically encrypt and decrypt text and files with AES-256 and without any weird formating that would make it incompatible with openssl.
  • generate (without writing to file) RSA-(2048-4096) keys and asymmetrically encrypt, decrypt, sign and verify text and files.

It should be simple without any advanced options or storing any data or credentials or saving anything without asking the user. For example;

For symmetric text:

  • 3 text boxes, 1 for input, 1 for output, 1 for password, encrypt/decrypt radio, 1 button.

For symmetric file:

  • file picker, 1 password text box, encrypt/decrypt radio, 1 button

For asymmetric generation:

  • 2 text boxes, 1 for priv key, 1 for pub key, 1 button.

For asymmetric text:

  • 3 text boxes, 1 for input, 1 for output, 1 for priv/pub key, encrypt/decrypt/sign/verify radio, 1 button

For asymmetric file:

  • file picker, 1 priv/pub key text box, encrypt/decrypt/sign/verify radio, 1 button
[-] velvetThunder@lemmy.zip 2 points 4 months ago

This sounds like something a LLM could do. Have you tried it? It could get pretty close.

this post was submitted on 13 May 2024
172 points (94.8% liked)

Linux

47284 readers
709 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS