- decryptUri
ubyte[] decryptUri(string encrypted_uri, string secret_key, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- encryptUri
ubyte[] encryptUri(string uri, string secret_key, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- splitUri
UriComponents splitUri(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- xorInPlace
void xorInPlace(ubyte[] data, const(ubyte)[] keystream)
Undocumented in source. Be warned that the author may not have intended to support it.