From fcf00638baddcdbc6715b277c1abd8f48b6a7901 Mon Sep 17 00:00:00 2001 From: wipedlifepotato Date: Thu, 21 Aug 2025 04:43:45 +0700 Subject: [PATCH] i2pbase64 documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8fcaa27..208ee47 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,20 @@ make ## Tools included +### i2pbase64 + +encode/decode b64 string +example usage: +``` +user@computer:~/i2pd-tools$ ./i2pbase64 +encode +ZW5jb2RlCg==^C +user@computer:~/i2pd-tools$ ./i2pbase64 -d +ZW5jb2RlCg== +encode +``` +U also can use file + ### routerinfo print information about a router info file