From f6de60173e15c3f546a7df835263262e1f7bd9a6 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Fri, 29 Aug 2025 15:25:56 +0700 Subject: python/python3-libagent: Added (Hardware-based SSH/GPG/age agent). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-libagent/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-libagent/README (limited to 'python/python3-libagent/README') diff --git a/python/python3-libagent/README b/python/python3-libagent/README new file mode 100644 index 0000000000..5933d41245 --- /dev/null +++ b/python/python3-libagent/README @@ -0,0 +1,8 @@ +This project allows you to use various hardware security devices to +operate GPG, SSH and age. Instead of keeping your key on your computer +and decrypting it with a passphrase when you want to use it, the key +is generated and stored on the device and never reaches your computer. + +You can do things like sign your emails, git commits, and software +packages, manage your passwords (with pass and passage, among others), +authenticate web tunnels and file transfers, and more. -- cgit v1.2.3