We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Freenet uses a variant of Base 64 encoding for its keys to convert a block of bytes (for example a hash) into a URI component.
The encoding we use consists of:
This is an unusual variant according to Wikipedia, but it is used by other apps than Freenet.
It is implemented in src/freenet/support/Base64.java.