Skip to main content
Commonmark migration
Source Link

#05AB1E, Cracked by mbomb007

05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 

#05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 

05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#05AB1E, Cracked by mbomb007Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 

#05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 

#05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 
added 120 characters in body
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

#05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 

#05AB1E

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

#05AB1E, Cracked by mbomb007

Hopefully fun to crack and not too obvious.

Regex (PCRE):

^\w*[+\-*\/%]*\w*.{0,2}$ 

Output n=4:

[[1, 2, 3, 4], [8, 7, 6, 5], [9, 10, 11, 12], [16, 15, 14, 13]] 

Original solution

UXFXLNX*+NFR}ˆ 
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164
Loading