Skip to content

See Sharp Mystery Cache

This cache has been archived.

Henry&Co: archiving

More
Hidden : 6/21/2014
Difficulty:
4 out of 5
Terrain:
2 out of 5

Size: Size:   micro (micro)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:


Congratulations to Untamos for the FTF


** The cache is not located at the posted coordinates but is within 1km **

public string Convert(string input)
{
    const string alphabet = "0123456789abcdefghijklmnopqrstuvwxyz";
    var dividend = new BigInteger(Encoding.UTF8.GetBytes(input));
    var builder = new StringBuilder();
    while (dividend > 0)
    {
        BigInteger remainder;
        dividend = BigInteger.DivRem(dividend, 36, out remainder);
        builder.Insert(0, alphabet[((int)remainder)]);
    }
    return builder.ToString();
}
Output: nqfv2zxjbeczhs4mwm1wp4bnk35g6879x4oytbo9dfy

** Please bring your own pen **

Additional Hints (Decrypt)

onfr bs gerr

Decryption Key

A|B|C|D|E|F|G|H|I|J|K|L|M
-------------------------
N|O|P|Q|R|S|T|U|V|W|X|Y|Z

(letter above equals below, and vice versa)