Can I change expiration date of a gpg key I’ve already sent to a key server?

ArchLinux wiki page on GnuPG reads

Once a key has been submitted to a keyserver, it cannot be deleted from the server.

Does that mean that also the expiration date with which I published the key via gpg –send-keys key-id cannot be chang… Continue reading Can I change expiration date of a gpg key I’ve already sent to a key server?

Best Practices to Store Sensitive Information in Desktop Application (Electron)

I’m working in a desktop application using Electron.js with React.js and I have to store some sensitive information like API keys and database credentials. So I started digging and decided to encrypt the database credentials in a JSON file… Continue reading Best Practices to Store Sensitive Information in Desktop Application (Electron)