On Linux machines I keep my passwords in GPG encrypted and Git
synchronized format using pass command.
Recently I needed to share a large amount of passwords and other secrets.
I have exported passwords to CSV and imprted them to KeePassXC
database file that is easy to share.
To generate the CSV I have written a simple Rust program.
Webmaster's job is to protect the website from malicious traffic.
One of the practices serving this purpose is the collection and analysis of the website's HTTP access logs.
I have developed Rust library and command-line tools to help discern malicious traffic from actual visitors.