Lynn Bradshaw via plug on 18 Dec 2021 18:03:01 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] tutorials, root in Ubuntu |
I was looking into GNUPG lately. The amount of work that went into creating such a thing needs to be respected but it hasn't aged too well. Here is an updated, easier to use equivalent: https://github.com/FiloSottile/age It's implemented in Go but there is also a Rust version too (rage). Both implementations seem to offer a good deal of information security. One thing: when you make your key pair in a file, you'll first only see the public key as output. But the private key is also in that file and you can make full use of asymmetric encryption. Just one other thing: age (or rage) are both, AFAICT, based on elliptic curve cryptography and that means that not even the NSA and their probable use of Shor's algorithm to factor huge semiprime numbers can snoop on your data. And it's all made much easier for the user. On Fri, Dec 17, 2021 at 9:36 PM jeffv via plug <plug@lists.phillylinux.org> wrote: > > 11 Cron Scheduling Task Examples in Linux > > https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/ > > > Linux Performance Monitoring with Vmstat and Iostat Commands > > https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-commands/ > > > 13 Linux Network Configuration and Troubleshooting Commands > > https://www.tecmint.com/linux-network-configuration-and-troubleshooting-commands/ > > > How to Check and Repair EXT4 Filesystem in Linux > > https://www.2daygeek.com/fsck-repair-corrupted-ext4-file-system-linux/ > > > How To Run A Command Or Script As Root On Startup / Boot Using systemd > or A Cron Job > > https://www.linuxuprising.com/2021/12/how-to-run-command-or-script-as-root-on.html > > > Using GPG to Encrypt and Decrypt Files on Linux [Hands-on for Beginners] > > https://itsfoss.com/gpg-encrypt-files-basic/ > > > 25 Hardening Security Tips for Linux Servers > > https://www.tecmint.com/linux-server-hardening-security-tips/ > > > > > Attackers can get root by crashing Ubuntu’s AccountsService > > https://www.bleepingcomputer.com/news/security/attackers-can-get-root-by-crashing-ubuntu-s-accountsservice/ > > A local privilege escalation security vulnerability could allow > attackers to gain root access on Ubuntu systems by exploiting a > double-free memory corruption bug in GNOME's AccountsService component. > ___________________________________________________________________________ > Philadelphia Linux Users Group -- http://www.phillylinux.org > Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug