@Erebus_Amauro keepassXC para linux es una versión más agradable a la vista que keepass y keepass2, compatible con estas. Es 100% local, el fichero generado lo almacena en tu disco. Lo del vibe, pues no se hasta qué punto lo han metido, la verdad.
Si no te vale, te diría de echar un vistazo a los proyectos que se están moviendo en el ecosistema de #ageencryption https://github.com/FiloSottile/awesome-age
age.rb – Ruby bindings for age!
If you're working with Ruby and looking for a simple, secure, and modern solution for file encryption, age.rb bridges the gap, bringing the elegance of Ruby to the robust age encryption tool.
Give it a try, explore the repo on GitHub, and let me know what you think. Contributions and feedback are always welcome!
Repository: https://github.com/tschaefer/age.rb
#Ruby #Cryptography #OpenSource #AgeEncryption #SecureCoding
Migration from gpg: ✅
I've moved my 2FA backup and a few other secrets to age/passage (made by @filippo, thanks!)
I'll use oct for the few remaining things that require GPG signatures. It is a lot more friendly to use than gpg, a single executable to run, something simple. I'm using my own fork for now, as I need to sign batch of files.
At least one thing accomplished for the new year resolution

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. - FiloSottile/age
Use #MiniSign to sign documents, archive the folder with signed documents and their signature files (*.minisig) in the usual way
Use #AgeEncryption to encrypt an file (eg: an archive), send the encrypted file (*.age) by any means to the recipient
#MiniSign
https://jedisct1.github.io/minisign
RWRK8XFYuCHjYX1J/7cKCUy6eQKNYVAurb/70Q6pK8kjGHALVORZGJ+o
#AgeEncryption
https://age-encryption.org
age1s3n5ehvm8h3xjkc985hzjznw9cv0lk9ezj5heyy4m7l654rkzslq07ylps
Alternatively use #GnuPG and email
#OpenPGP #FingerPrint #PublicKey
https://keys.openpgp.org/vks/v1/by-fingerprint/10761F0C272B3AAA52D4D9DB8806B58B124EA2A0
The PGP Problem
https://www.latacora.com/blog/2019/07/16/the-pgp-problem/
#OpenPGP #GnuPG #PGP #GPG #PublicKey #Email
#AgeEncryption https://age-encryption.org
#Minisign https://jedisct1.github.io/minisign/
#AgePublicKey
age1s3n5ehvm8h3xjkc985hzjznw9cv0lk9ezj5heyy4m7l654rkzslq07ylps
#MinisignPublicKey
RWRK8XFYuCHjYX1J/7cKCUy6eQKNYVAurb/70Q6pK8kjGHALVORZGJ+o
Have you ever thought about reusing your OpenPGP Card device (e.g. Yubikey, Nitrokey) for age encryption?
Thanks to my Tuesday’s “age stunt” this is now possible: https://github.com/wiktor-k/age-plugin-openpgp-card
It’s the best of both worlds: hardware-secured ed25519 private key and simple, modern and secure cryptography of age!