mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-09-02 19:30:24 +01:00
i2pbase64 documentation
This commit is contained in:
parent
a73b83bd2a
commit
fcf00638ba
1 changed files with 14 additions and 0 deletions
14
README.md
14
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue