7071727374757677
{ // The NoCrypt implementation does not modify the string at all final ICrypt crypt = new NoCrypt(); assertEquals("test", crypt.encryptUrlSafe("test")); assertEquals("test", crypt.decryptUrlSafe("test")); } }
7172737475767778
7273747576777879
6566676869707172