Jim designed a new way to encode strings of purely lowercase letters through the Jumping Chain Hash (JCH). He tested it on several strings and was very happy with the result! Jim was so confident that he decided to encode his bitcoin account password, but then his decryption algorithm broke! Luckily, Jim documented the JCH here: - https://mega.nz/#!CfhnnYjL!D6G-Ho0OxBthJ4LTJojrtNU6jV_5GJlbCYOgNMErO2w - His encrypted password (your input) is here: https://mega.nz/#!bH4XQIrL!tn3jWY4iqjuVlGggjEgHZLCAlUuQDE0cXIo8FS4LvlE - Can you help Jim recover his bitcoin account?
4 months ago
I think this was a lot easier than it was intended. You can work out the offset where the first jump would be - and even verify it if need be.
In fact you could just do a simple manipulation and inspect the string and have a good guess.