Three codes could be found in the Exif information from the PAC G+ post
[1] abcabbaaababbaaabbaaaabbaaaaacbbacaaaaacbbabdaabacbbacbbdabbaaaabbaadbaaaaaccaacac
[2] 7juzpys26xahmv85
[3] #@##@######@##@##@@##@##@@###@##@########@####@@#@##@@######@@#####@##@##@@####@##@#@##@@##@##@@@@@##@@###@@###@@##@@##@##@@@@@##@@###@@####@##@@######@@#@##@@###@##@######@@#####@@#####@@##@#########@@##@#####@##@@#####@###@##@@##@####@#
Code #1
Observations
Sometimes a=0 sometimes a=1
Convert letters to numbers using a=1
1 2 3 1 2 2 1 1 1 2 1 2 2 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 1 3 2 2 1 3 1 1 1 1 1 3 2 2 1 2 4 1 1 2 1 3 2 2 1 3 2 2 4 1 2 2 1 1 1 1 2 2 1 1 4 2 1 1 1 1 1 3 3 1 1 3 1 3
Use a binary RLE cipher to get
01100010 01101011 01100101 00110101 00110101 01110011 01110101 01110011 01100001 01101110 01101110 01100001 00110101 00110100 00110101 01110001 01110111
Convert binary to Ascii
bke55susanna545qw
Code #2
Observations
16 characters with the right amount of numbers for a valid passcode
Make a 4×4 grid
7 |
j |
u |
z |
p |
y |
s |
2 |
6 |
x |
a |
h |
m |
v |
8 |
5 |
Read going left from the upper right Z
zuj72syphax658vm
Code #3
Observations
You’ll need to learn how your watch display works
Make a 7×34 rectangle
#@##@##
####@##
@##@@##
@##@@##
#@##@##
######@
####@@#
@##@@##
####@@#
####@##
@##@@##
##@##@#
@##@@##
@##@@@@
@##@@##
#@@###@
@##@@##
@##@@@@
@##@@##
#@@####
@##@@##
####@@#
@##@@##
#@##@##
####@@#
####@@#
####@@#
#@#####
####@@#
#@#####
@##@@##
###@###
@##@@##
@####@#
This is a 7 segment display cipher, # is on @ is off
59 44 50 34 39 42 41 4c 41 4e 43 45 33 36 36 4a 4d
Convert hex to Ascii
YDP49BALANCE366JM
Related