There was an error while loading. Please reload this page.
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.