Welcome, cryptanalyst
146.148.62.204
Welcome, cryptanalyst
1–10 of 71 posts
Re: Welcome, cryptanalyst
#2Re: Welcome, cryptanalyst
#3What does something like \D{2}\S{3} mean? Out of context it seems a bit... cryptic ;)
Re: Welcome, cryptanalyst
#4[0] http://www.regexr.com/ . Hint mouse over regex after you type it for explanation of what will match, try it out in the text editor below. Fairly trivial.
Re: Welcome, cryptanalyst
#5This is entrance to foobar. It is pretty easy to figure out crossword using either a calculator to convert bases or (wolfram alpha for the lazy) and [0] for regex. I have not used regex in years, but got in easy. [0] http://www.regexr.com/ . Hint mouse over regex after you type it for explanation of what will match, try it out in the text editor below. Fairly trivial.
Re: Welcome, cryptanalyst
#6This is entrance to foobar. It is pretty easy to figure out crossword using either a calculator to convert bases or (wolfram alpha for the lazy) and [0] for regex. I have not used regex in years, but got in easy. [0] http://www.regexr.com/ . Hint mouse over regex after you type it for explanation of what will match, try it out in the text editor below. Fairly trivial.
Re: Welcome, cryptanalyst
#7Re: Welcome, cryptanalyst
#8Last time I visited, it had a message like "You can only log in if you have logged in before." Is this part new, or is it just a different way to enter?
Re: Welcome, cryptanalyst
#9Re: Welcome, cryptanalyst
#10This is entrance to foobar. It is pretty easy to figure out crossword using either a calculator to convert bases or (wolfram alpha for the lazy) and [0] for regex. I have not used regex in years, but got in easy. [0] http://www.regexr.com/ . Hint mouse over regex after you type it for explanation of what will match, try it out in the text editor below. Fairly trivial.
all is trivial but regex, what data to use for those hints ?
For example "\D{2}\S{3}" means match 2 non-digit characters followed by 3 nonspace characters. Some things that match "aaaaa", "bbbbb", "ALUSD", "AA123"...
Site I linked really explains things quite well on mouseover. Once you complete first challenge (make sure you open this in chrome, I've had exciting quest of delete elements in firefox until I could save my solution) you can register and come back anytime later.