/r/breakmycode
/r/breakmycode
Am I trying to learn how bitcoin works by programming important parts of it in python3. Below I have code for generating a public key from a private key. When I run it, I get the wrong public key than my test case. If someone knowledgeable in these things could help me, that would be appreciated.
I am using https://learnmeabitcoin.com/technical/public-key to generate test private keys and pubkeys
Here is the code:
a = 0
b = 7
# prime field
p = 2 ** 256 - 2 ** 32 - 2 ** 9 - 2 ** 8 - 2 ** 7 - 2 ** 6 - 2 ** 4 - 1
# number of points on the curve we can hit ("order")
n = 115792089237316195423570985008687907852837564279074904382605163141518161494337
# generator point (the starting point on the curve used for all calculations)
gen = (55066263022277343669578718895168534326250603453777594175500187360389116729240, 32670510020758816978083085130507043184471273380659243275938904335757337482424)
# inverse multiplicity function
def modinv(m):
i = pow(m, p - 2, p)
return i
# point addition not quite sure if my division in modulus, and my use of the function are correct
def add(point, point1):
s = (point[1] - point1[1] * modinv(point[0] - point1[0])) % p # divsion
ax = ((s ** 2) - point[0] - point1[1]) % p
ay = (s * (point[0] - ax) - point1[1]) % p
return ax, ay
# point doubling , not quite sure if my division in modulus, and my use of the function are correct
def double(point):
s = ((3 * point[0] ** 2 + a) * modinv(2 * point[1])) % p # divsion
dx = ((s ** 2) - 2 * point[0]) % p
dy = (s * (point[0] - dx) - point[0]) % p
return (dx, dy)
# multply gen point, pretty sure that everything is correct here, just keep getting the wrong public key
def multiply(k, point = gen):
# copy the starting point
current = point
# covert to a binary representation
binary = format(k, 'b')
# add and double loop
current = double(current)
for char in binary[1:]:
# double all of em
current = double(current)
# add if its a one
if char == "1":
current = add(current, point)
return current
# made this so that the public key could be displayed in hex in a uncompressed format
# enter the test private key in the multiply function
j = (multiply(108060784068108798680230233662060587439402115770272111364515723007394206688434))
print("04" + ((hex(j[0])[2:66]) + (hex(j[1])[2:66])))
Been digging with a few friends of mine through the texture files of Brilliant Diamond/Shining Pearl, and they posted this:
The language used in the upper left appears to match the first of these alphabets, used in the Black/White anime (Best Wishes):
This led me to the following transcription (given the complexity of the characters, some of these might be off - I'm pretty sure the vast majority are correct, though):
"OWOKA NA MVIZIBAN !
ZINGIVRKAN HA MAZI
DE UMAI !"
And here's where I get stuck. I've tried all 25 Caesar shifts (on the logic that the Abyssal Ruins in the Black and White games Caesar-shifted their text, and this might be a reference to that), as well as monoalphabetic substitution decoders and trying to pattern-match the two-letter words with little success. Given that the other diagetic language present in the other textures appears to be a substitution for Japanese, this might not strictly be English - romaji is on the table. However, given the ciphertext alphabet, I'm fairly sure it's at least Latin characters.
Anyone got any thoughts on this?
Still want help on this - got a compiled picture of a good deal of the ciphertext.
Cash prize is still up for grabs, too - $1000 to the person who solves this.
Hello,
during his documentary, Ahoy suggested that the game's page on coinop.org MIGHT hide a code/message about the nature of the hoax (ref https://youtu.be/_7X6Yeydgyg?t=2966).
Creator of the page mentioned a "very specific wording" used on the page and, well, Polybius is also the name of a cipher...
Do you think we might be up to something?
Title:
alla opnay qviemmah. ["alla opnay qveemmah"]
Table:
a b í m a c h a.v o r t.n a l v m.a n g e n v á d a h.n o t a.g e l d ó m c h a.o r p r í c a a h s e m d á p h a n.l o n d a r s a.m v í g a h.o r n a b.g a n s á s t r o p h e.o x á r v a.s v l l á m p h r a.ó n e l.d a r.s é q n a h.v o r t i.b a l g e m a h.o x a b.n a p v's a g e t v r o d a n s é l a v í.o l í g a x.b r í d a g e s.O r m o n.v a n s.c á p n a g o l.a r v a h.g o l s. a r d n a h.o h.s á b l i g a n.v o n l o h.a d v'r é l.n o c á p l i g a h.v o r t s a l.a p h o n o m r v s t a h.v o x v ó l s a.c a b.n a g e m g.l e m a r.g e p s á g e p h.o r s ó n a d a h g i l b á f a.o x i f.a l á s q a m.o d í b r a h.g e h ó h a d a h.v ó r t o l a h.v n'd a p a r a p í n a s.o x.á r v a g a t a n q u á n z o h.g e b v'r n a x.v o l s.g é d v r a n o b á l s e t a r q v í n a r.o r á n d a h.v o r s á b a g e l.á r m a v a h.g o l s a h.p r a h.g é l z a d o c h á r v a n o l.v á n c h a n o l.v r n d a h.v a s t é r m a x.g a s p í c h a d a n.l o r a d o x m a r v a.h a n.g a r v a h.o h.á d n a b.e p á n f l a s.o r s t á m p a l o r.n o d á g e v'o x a f r a.n a g l a h.o r c h á d v a h.n a m p i c h á d o n.v á r n e g e m.d o l p h á s o c a r d a n s.o r.s e m b l ó h h a r.g a b v'r b a g e t.á x v a n e l.o r d a m.h a p á s c h a d a m p r a x.o l s é g a n a r.ó r d e p h a l.c a n v í b v l o h.g á v á r g e t h.o t h a x g n a b l a p.o r s é s q y a m a x.v i r d r a l.o m p r í n g e m.m a x v a r.o l.c á l p h a d a o m p h í l o h.y o m n á v o x.A r s v'b r a l.n a x.o r n a.v i l g l ó l a x.a r g.g á m n a h o r n á m v a y.o d g á l s a q v a x.v ó r d'a s a h.ó s c h a m e l.o n d a h.v a r s t á t q s g a l g i:n a c h a x.l ó r n e f a.c a m p í d a v.v o n s.v r d v g l a q.s e b n a.g e m f a l. o r c h m í n a x.v o s t á r q.c o n s á n g l a h.o r p i n g e v.v o m n á r g e m.o l o g a t á r m a n.o d ó r p h a n.a d v'l g e s.á s t o d a h.d a b a h.v o n s.á r d n a b r a g e h o h. a n s v'n g a b a.l o d a r g é m a h a h.n o b t h v.v d r v m a h.o l z á x c o h.z e d b a a h n o r g e h.a l p h a d.n v r n g á n f a g e n.o n t a n t.s e l d a h.o x i r d e e.ó d f a l d n a s v'l a t q v á m a r a n.g é l s c o h.a d ó r n p a h.g é l s a b a.o r d a m b h.o x o r g v n s a v ó m f a g e m.n o r v á h.o s t o r n.a b g é d a c h e m á n s e b a h.o r s a g e n s l a n t a f.o x.á g e i.a r p q v a n s.t é n s a g o h.o p p ó h a c h a n.d o r s.n a p ó t t a v l z e c h.o r d a.v o n.s e m b l á d o x.v a r s í s t a m a n.o n c l y.a r g e d.ó r c h a n n a b p h a.d o l s á p o g e m.p á r c h a f a f.a l n ó h a n a h.c á p n a r.c o l s a l.a v e n o b.s e m b l á c m a r.ó n o l a.s a t a g e n s.a r c h v:b a m n í g e h.o l c h a t.v o r o m a x.s e n t y g á n a b a h.d á d a d a b.o r x a m.g e d c h v.v a r f e s.o r c h a p l v h.o q v á l t a q.h o n t a s.g e t h v'd a b a h.o r'n a c h e s.d ó n s y.c h á m l c.t a t f a l s i s t h n y.f r o m s.á b v a h.t o r s.a.g l a d d o r.a m p h a n.g e d h á d m a h.l v'z.a n s. a r c h v'p o l.n á p f a f.o x m a l.z v'r a g e d.d á l p l a p s.a n f a x.v r n o h.l a m z a. d ó n f a h.l v'z o n c h e.á d n a h.z a z m a f a l.g á n g e p.a r n a l.v o m f é r o c a x s z v'm n a l.z é b l o h.o d á d m a r.n o g á s t r o p a h.o l c h í n a d a x.v á r v e s e.o x. n o l s a p.a p p r i l.s á n f a x.v r z a n g e z.o l p í l z a c a h.z v r d a p h.o l d á h o. d á r v a n.ó n d e m b l e h.n a b l á r v m a x.z o n g h ó x a r.p a n f a s.o r z a x.m a l s. z a l d b l a h.o n z a.p o r c h e f.l á p n a g e.a r d v m a n.l ó n s a g l i g.á r b v n a h. t e m p a h.o x l a g e s.a r c h v.n o l z a x.a r n i d.ó n b r a h.d a x l a f.o r g í l a b a o x p a s e h.g r a n s s e n.ó n a p e n.d o l b á b a l a x.n ó d c h a d a r p h.á s c h l a h. d a l v m n a g e n s.o r c h á l d a b r á h.c a p n á c o f a n.a l g é d v a h.z ó n g l a f a v x c h a l s.o r p h i n g a n p h.a m p v g e d h.g á l z e p t.o r z á z a x.p r ó m m o c h a d o l b a d.a d á g r a n.h v n z á r a h.o x a r v á g e m.d o l d a x.p ó l i p o d n s.a v n a v ó l s e d b r a n ó c h a d a x.o l p h á n c h e s.o r s a m.p h ó c h a l.v d r a h.p o l z a n ó x v a m.a b b r ó h d a h.g e p s á b.o l d á m p n a g e b.d o l b á d a b.a r b y m á d o n t a l z é b r a h.o x c h i l a z e d.o n d r i n z á n q v a h.l v'd v b r a x ó g a m a x.o d a a o l t á q v a l.l ó n g e l s.a s.c h v'n a d o n s á b v l a x t.o r g é d o n.a n q v'a r t a p a n d o c h á b a m a n o h.g e s d á m a n.o l p á l g e d.d o d d á b v l a d.a s c h v'm a n. a r n v á h.g v b r v'h h o.g a l s a í t o n a m.p a m l á s e t h.o r s á b l a x.d o t h m a l. h a n z á c h.o r p h a n z ó h.g e l b a h.o r c h ý n a h.d o x á m a l.p a m l a p.v o x t ó a. 1 2 3 4 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
Hi there, In my university we have an instagram page that posts anonymous posts from students. recently there was a post with some sort of code or cipher in it, ive tried my best with my skillset, however I am unable to crack it. I am hoping to enlist some help
thanks
code:
#‰‰^___<>~#{}][#‰‰
Hint: A jar, but not a crack
Anyone know how to crack a hiragana-based cipher? I tried frequency analysis and filling in based on guesses, but I'm not getting any good results - probably because these are a large collection of extremely short strings rather than full sentences.
Given patterns present in the text (town areas having an assigned 3-character string at the end, city areas having a different string, etc.), I'm absolutely certain this is a cipher and not just gibberish. That said, I don't know enough Japanese to crack it.
https://docs.google.com/spreadsheets/d/1ZeOq7yh7VV45vLXFNEI0mCcha8b-5mHqQajdV7Y-hD0/edit?usp=sharing
Ciphertext is attached as a Google Sheets spreadsheet - you'll need to open it in Excel and install this font to view the original symbols: https://fontstruct.com/fontstructions/show/2021892/sinnohan-bdsp-l-a-extreme-hd
Alternatively, at this point, I'm willing to offer a cash prize to someone who can decrypt this. $1000 to the first person who can crack this text (and show me how they did it, since I still want to learn something from this).
While I was hunting for anomalies in the old Apollo missions (side note: there are TONS) I came across some off stuff in the panorama viewers. I'm not sure if my tinfoil cap is on a little too tight, or if there is actually some real meat here - though there certainly appears to be _something_ peculiar going on here as far as I'm concerned.
The method I used to stumble across this mess was rather simple; good 'ol screenshot into ms paint then add colossal amounts of enhance / brighten / clarity. And voila, you got yourself one mess of black and white (though rarely light blue and pink) symbols not dissimilar to an old Victorian chessboard.
Without further ado:
Is this what space is actually comprised of? No wonder NASA has been lying to us!
For reference, here is an example of an "unedited" screenshot:
I'm still not convinced there's anything to this, at least not for the average joe such as myself, so I haven't tried to get anywhere with it. I'm probably not as intelligent as the average guy here - so I'm bringing it to the collective to determine whether or not there actually is something. If not, then my bad for wasting your time!
All of the Apollo panoramas contain these symbols, you can find them directly above the terrain, but they cut off at a certain point. Here is a link to one of them:
http://www.panoramas.dk/moon/apollo-17.html
Unedited Apollo 12 photo from NASA themselves! (who else would've taken it?)
THE TRUTH IS OUT THERE
/face-palm
I got a text on a dating app saying nb reba jjfjweld, we are cracking each others codes and mine was broken (I assume) the key to which was drinksthisweekend and im struggling with this short amount of text I received back, anyone have any tips to crack this? I am assuming the spacing is correct as thats how I did my cipher, anybody know what it says. I have been at this for hours and any help is welcome
here's a link to some more context https://www.reddit.com/r/Tinder/comments/siz5fq/i_thought_to_much_of_myself/
This is my first try making a cipher. I'm also not sure how to judge how hard it will be to break. I was thinking of making either a game or website with stories where you have to decrypt codes to continue, but I didn't want to only use standard ciphers that you can use tools to decode so I decided to try making some of my own.
If you have any suggestions or tips to make this please let me know.
Now for the first cipher:
++++[++++>---<]>.+[--->+<]>+++.--..--------.+++++++++.++++++.[---->+<]>+++.--[->++++<]>-.+[->+++<]>.-------.--[--->+<]>-.[---->+<]>+++.---[->++++<]>.------------.+.++++++++++.+[---->+<]>+++.+[->+++<]>.++++++.+++++++.--------.---.+++++++++++++.[-->+++++<]>+++.---[->++++<]>-.++[->+++<]>++.+[--->+<]>+++.------.+[---->+<]>+++.---[->++++<]>.-----.[--->+<]>-----.+[->+++<]>.++++++++++++.--.+++.----.-------.[--->+<]>---.+++[->+++<]>.--[--->+<]>-.---[->++++<]>.------------.---.--[--->+<]>-.+[->+++<]>.+++++.-------.+++++++++++..-------.+++++++++.-------.--.+++[->+++<]>++.>++++++++++.-[----->+<]>.-.++.++.--.+++.--.----.-.--.++++++.+++.--.----.-.--.++++++..--.+++.++.-------.--.++++++...+++.--.-----.+++++.----.++++.---.--.--.++++++.---.+++.+++.--.-------.++++++.++.--.-.++.-----..--.++++++.---.+++.++.--.-----.+++++..---.+++..---.+++.-.+..-.+.+.-.-.---.++++.-.---.--.++++.++++.--...+.-------.++++++.-.+..+.--.+..---.+++..---.++++.++.-------.--.++++++.+++.--.---.--.--.++++++.++.--.-----.++++++.----.+++..-.---.+++++..---.--.--.++++++.----.++++.-.+.-.+..-.---.--.+++++++.---.++......----.--.++++++.++.--.-----.++++++.-----.++++.--.--.--.++++++...+.-----..--.+++++++.---.++......----.--.++++++.-.+.-----.++++++.----.++++.++.-------.++++.-.---.--.++++.+++++.--.---.--.+++++..---.--.--.++++++.++.--.-----.++++++.-----.++++.--.--.--.+++++++.---.++...----.--.++++++..-----.++++++.--.+.--.++.+.-.-.---.--.+++++++.---.++.++.--.-.---.--.++++++.--.++.+++.---.....+++.---.---.++++.--.+..---.++++.---.+++.++.-------.--.+++++++.----.+++.---.+++.-----.+++++..---.+++.-.---.--.++++++.....-.---.--.+++++++.---.++.++.--.+++.--.----.-.++++.-.
Hints:
!The text is the source code to an esoteric programming language. There will be words in English after this to make sure you got it right.!<
!The cipher after the code is two layers.!<
;Lj2\,.t#?TqkTAH6k\v&W*@.cj??M]W-c/$=#-LOnX?%e%l@@%cEk1an+Y&<5]hAHzRT<1EZ5xY{[fh(VG{-S's\2vbGC7A^XM/iSly<\yOpMiSj-n5ku4,
Can anyone solve this problem, crypto
this cipher is based on Vigenère also it more hard to crack since each letter is replaced by a piece of the rickroll lyrics which means each piece could become a different letter
cipher text
GOnna GONNA tell and NEver NEver tell YoU Never AND Never You Never NEver NEVER a YOU let hurt a and desert YoU you GOnna and you hurt Gonna desert and AND YoU hurt turn GOnna You desert and YOU AND YOU YoU NEver never a NEVER never NEver let turn turn tell You NEVER gonna YoU Gonna desert let AND GONNA GONNA around a and YoU GONNA up You down around rickroll up GOnna gonna GONNA around and You you let let a GOnna YOU GONNA
your gonna need the decoder for it https://github.com/moongazer07/rickgenere
good luck
Decipher the following message: 8d2ffb40ccaa15a48a6a0f12e9e46ec2fb921eeab0d03a9b30f24416059ae6c72aca091ef4bfe4b58ba4da4042a50a5dcdfb0869d1b0ee665be454e941ff3d63f8e15d1b674c6e146dac5f3f4efb3408a38e4e30311fac0e816871324f5f8e02e37db42875d49b7e4aad39d9fece63051edb78465899135800b2ced747a7fea46e8685c4b0ed437eeec10d73637c2e1a940e976387f7b05ee4ca7630ef3efc90321e3b2da6205ad676dd5f8becddb9140577bf308d420cf578babb17b90bf7cead20bed4777c313ed82be149659aecccb8ebdde0fa01118e81d7c9a339447424a6e9b3ddf7245d0f36719c7355810bdb2b9ef724767cf7ca2ebb76043c94ee5e2c918f3cb10d8d21c8e3dd106b9be481b9e96f82980108794e7324c
You can test encrypting/decrypting text utilizing the same cipher here: https://xywcjbyl.me/
Underlying code can be found here: https://xywcjbyl.me/code/
e = b81416163768fe2b2dd5a80588dfba6945f42dee881d0d7e562cc3e0270cb5d04cfda4254106ea5de9f1db7f118038d601e332cfc351f9b1994f73da7d4cb732c447f5a55552c65424b2703f05b3dec7ed3f43d83114186f1ca7adca4f5872c3048acc27358e11e8d2b30e361c2259c4d51a0ff721c3475c43f35048c8fd2e90bb2303451c4858f8749bc6e97
the = 19e5156b1a78be43bd500722510573936f6801572c60df6d9d75aebaed22532bc7cf37d135681d8ed96da9b3bef60d7139278d471966dfaee90a4c7ed6cdcf7b3017fc9b6ece9ec018b30bdf3f4a5c709fd5c7ec62cceef6f62683f3ad50f652de6c310055d19b946d75cf1e50e85f5050bcc34583d9d357aec00958e38087555056c6ea7ed0977901ef99da96339557c4f7b96bdbab2b0aa964d64457713d9312e6be95a2814deb
of = d425e2265b5f5e1cf9d4045f2a1e34793abe079a0e6b29e97d6d09a1bcedcb64129c6b81d30a9171e8c6289072819c1880aca5cd7ac06efc2fa7aa093ae925ee71b3df88de2be4e5d4b7152fb8f5ebe120126b2e38459eee4955c2338306afc9b75def91ec4e6c308a6699e4ee3678f1146cb7d133c54b470b49a89316d1fac69bbfd9fe2c4b12ba1bb392502998e
and = 57e07ca365afa475dd0e53ab4bfe73b2446b3decb29cf4adbde95ee706185dfee7f41e0bb56fbac7940e4c79a9011445333f8f8f13b3cc69cf805f6f057ac046fc8f67f403ecdedf87b39b675f54e528f23fece75a27523ef0691e6270e873999d9b0403e05bfa19ff504191d75279ccecae01c543fb88a70ff070933a55b4da21e4fc2e4aa54a3a9e01539dd45fb425ed09776a446097fbb791713d2db73924f7f63f6c9d431289360abee7d248ebb33f23f98
The quick brown fox jumped over the lazy dog. = 19166eba6934de15446711c2a302d3ab609f34120bee94feb9d9bed4ab89167d8a95106f3c8b79ef649961f9f9cf8c8971c93c11f87a8dfbd09a46ccf7ffa1800cc9c926c54df275392a79ecea59985bf59eb3ff0c1c767fe5db338830f8c5d5dd7b044a7214775822593082b3efb38394574050178141fa69f47cd6a03a19b829aa150515d8e77b5204f8c09b5ddc172207c95662f1880ecf67a7602c835408de85ccc81b282664367278bebdb99d3e26eccad21e58f7fe43e4d88acbf7a6df965c64b0614fa20df0e
Good luck!
Decipher the following message: 8d2ffb40ccaa15a48a6a0f12e9e46ec2fb921eeab0d03a9b30f24416059ae6c72aca091ef4bfe4b58ba4da4042a50a5dcdfb0869d1b0ee665be454e941ff3d63f8e15d1b674c6e146dac5f3f4efb3408a38e4e30311fac0e816871324f5f8e02e37db42875d49b7e4aad39d9fece63051edb78465899135800b2ced747a7fea46e8685c4b0ed437eeec10d73637c2e1a940e976387f7b05ee4ca7630ef3efc90321e3b2da6205ad676dd5f8becddb9140577bf308d420cf578babb17b90bf7cead20bed4777c313ed82be149659aecccb8ebdde0fa01118e81d7c9a339447424a6e9b3ddf7245d0f36719c7355810bdb2b9ef724767cf7ca2ebb76043c94ee5e2c918f3cb10d8d21c8e3dd106b9be481b9e96f82980108794e7324c
You can test encrypting/decrypting text utilizing the same cipher here: https://xywcjbyl.me/
e = b81416163768fe2b2dd5a80588dfba6945f42dee881d0d7e562cc3e0270cb5d04cfda4254106ea5de9f1db7f118038d601e332cfc351f9b1994f73da7d4cb732c447f5a55552c65424b2703f05b3dec7ed3f43d83114186f1ca7adca4f5872c3048acc27358e11e8d2b30e361c2259c4d51a0ff721c3475c43f35048c8fd2e90bb2303451c4858f8749bc6e97
the = 19e5156b1a78be43bd500722510573936f6801572c60df6d9d75aebaed22532bc7cf37d135681d8ed96da9b3bef60d7139278d471966dfaee90a4c7ed6cdcf7b3017fc9b6ece9ec018b30bdf3f4a5c709fd5c7ec62cceef6f62683f3ad50f652de6c310055d19b946d75cf1e50e85f5050bcc34583d9d357aec00958e38087555056c6ea7ed0977901ef99da96339557c4f7b96bdbab2b0aa964d64457713d9312e6be95a2814deb
of = d425e2265b5f5e1cf9d4045f2a1e34793abe079a0e6b29e97d6d09a1bcedcb64129c6b81d30a9171e8c6289072819c1880aca5cd7ac06efc2fa7aa093ae925ee71b3df88de2be4e5d4b7152fb8f5ebe120126b2e38459eee4955c2338306afc9b75def91ec4e6c308a6699e4ee3678f1146cb7d133c54b470b49a89316d1fac69bbfd9fe2c4b12ba1bb392502998e
and = 57e07ca365afa475dd0e53ab4bfe73b2446b3decb29cf4adbde95ee706185dfee7f41e0bb56fbac7940e4c79a9011445333f8f8f13b3cc69cf805f6f057ac046fc8f67f403ecdedf87b39b675f54e528f23fece75a27523ef0691e6270e873999d9b0403e05bfa19ff504191d75279ccecae01c543fb88a70ff070933a55b4da21e4fc2e4aa54a3a9e01539dd45fb425ed09776a446097fbb791713d2db73924f7f63f6c9d431289360abee7d248ebb33f23f98
The quick brown fox jumped over the lazy dog. = 19166eba6934de15446711c2a302d3ab609f34120bee94feb9d9bed4ab89167d8a95106f3c8b79ef649961f9f9cf8c8971c93c11f87a8dfbd09a46ccf7ffa1800cc9c926c54df275392a79ecea59985bf59eb3ff0c1c767fe5db338830f8c5d5dd7b044a7214775822593082b3efb38394574050178141fa69f47cd6a03a19b829aa150515d8e77b5204f8c09b5ddc172207c95662f1880ecf67a7602c835408de85ccc81b282664367278bebdb99d3e26eccad21e58f7fe43e4d88acbf7a6df965c64b0614fa20df0e
Good luck!
Decipher the following message: 8d2ffb40ccaa15a48a6a0f12e9e46ec2fb921eeab0d03a9b30f24416059ae6c72aca091ef4bfe4b58ba4da4042a50a5dcdfb0869d1b0ee665be454e941ff3d63f8e15d1b674c6e146dac5f3f4efb3408a38e4e30311fac0e816871324f5f8e02e37db42875d49b7e4aad39d9fece63051edb78465899135800b2ced747a7fea46e8685c4b0ed437eeec10d73637c2e1a940e976387f7b05ee4ca7630ef3efc90321e3b2da6205ad676dd5f8becddb9140577bf308d420cf578babb17b90bf7cead20bed4777c313ed82be149659aecccb8ebdde0fa01118e81d7c9a339447424a6e9b3ddf7245d0f36719c7355810bdb2b9ef724767cf7ca2ebb76043c94ee5e2c918f3cb10d8d21c8e3dd106b9be481b9e96f82980108794e7324c
You can test encrypting/decrypting text utilizing the same cipher here: https://xywcjbyl.me/
Not that this community needs monetary incentives, but I thought I would at least buy dinner (aka Venmo $100 USD) for the first person who deciphers the challenge message and follows its instructions.
e = b81416163768fe2b2dd5a80588dfba6945f42dee881d0d7e562cc3e0270cb5d04cfda4254106ea5de9f1db7f118038d601e332cfc351f9b1994f73da7d4cb732c447f5a55552c65424b2703f05b3dec7ed3f43d83114186f1ca7adca4f5872c3048acc27358e11e8d2b30e361c2259c4d51a0ff721c3475c43f35048c8fd2e90bb2303451c4858f8749bc6e97
the = 19e5156b1a78be43bd500722510573936f6801572c60df6d9d75aebaed22532bc7cf37d135681d8ed96da9b3bef60d7139278d471966dfaee90a4c7ed6cdcf7b3017fc9b6ece9ec018b30bdf3f4a5c709fd5c7ec62cceef6f62683f3ad50f652de6c310055d19b946d75cf1e50e85f5050bcc34583d9d357aec00958e38087555056c6ea7ed0977901ef99da96339557c4f7b96bdbab2b0aa964d64457713d9312e6be95a2814deb
of = d425e2265b5f5e1cf9d4045f2a1e34793abe079a0e6b29e97d6d09a1bcedcb64129c6b81d30a9171e8c6289072819c1880aca5cd7ac06efc2fa7aa093ae925ee71b3df88de2be4e5d4b7152fb8f5ebe120126b2e38459eee4955c2338306afc9b75def91ec4e6c308a6699e4ee3678f1146cb7d133c54b470b49a89316d1fac69bbfd9fe2c4b12ba1bb392502998e
and = 57e07ca365afa475dd0e53ab4bfe73b2446b3decb29cf4adbde95ee706185dfee7f41e0bb56fbac7940e4c79a9011445333f8f8f13b3cc69cf805f6f057ac046fc8f67f403ecdedf87b39b675f54e528f23fece75a27523ef0691e6270e873999d9b0403e05bfa19ff504191d75279ccecae01c543fb88a70ff070933a55b4da21e4fc2e4aa54a3a9e01539dd45fb425ed09776a446097fbb791713d2db73924f7f63f6c9d431289360abee7d248ebb33f23f98
The quick brown fox jumped over the lazy dog. = 19166eba6934de15446711c2a302d3ab609f34120bee94feb9d9bed4ab89167d8a95106f3c8b79ef649961f9f9cf8c8971c93c11f87a8dfbd09a46ccf7ffa1800cc9c926c54df275392a79ecea59985bf59eb3ff0c1c767fe5db338830f8c5d5dd7b044a7214775822593082b3efb38394574050178141fa69f47cd6a03a19b829aa150515d8e77b5204f8c09b5ddc172207c95662f1880ecf67a7602c835408de85ccc81b282664367278bebdb99d3e26eccad21e58f7fe43e4d88acbf7a6df965c64b0614fa20df0e
Good luck!
Hello,
We're looking for someone to help us on a tresure hunt where clues are being dropped on a regular basis. We need to figure out a set of passwords and we are looking for help.
If the clues get solved we're willing to pay $1,000 for it.
Please comment, send a message or email me at sanpelin90@gmail.com
Thank you.
It's gone unsolved by the Kingkiller Chronicles community for years, maybe you all would have better luck? There are a lot of strangely capitalized words in the letter and this character has repeatedly left secret messages in a dead language composed of tying knots.
The letter:
"Kvothe, I’m sorry to leave Imre without word or warning. I sent You a message the night of my departure, but I expect you never received it.
I have gone abroad looking for greener pasture and better Opportunity. I am fond of Imre, and enjoy the pleasure of your Occasional, though Sporadic, company, but it is an expensive city in which to live, and my prospects have grown slender of late. Yll is lovely, all rolling hills. I find the weather quite to my liking, it is warmer and the air smells of the sea. It seems I might pass an entire winter without being brought to bed by my lungs. My first in years.
I have spent some time in the Small Kingdoms and saw a skirmish between two bands of mounted men. Such a crashing and Screaming of Horses you have never heard. I have spent some time afloat as well, and learned all manner of sailor’s knots, and how to spit properly. Also, my Cussing has been greatly broadened.
If you ask politely when we next meet, I may demonstrate my newfound skills.
I have seen my first Adem Mercenary. (They call them blood-shirts here.) She is hardly bigger than me, with quite the most remarkable grey eyes. She is pretty, but strange and quiet, endlessly twitching. I have not seen her fight and am not sure I wish to. Though I am curious.
I am still enamoured of the harp. And am currently housing with a skilled gentleman (whom I shall not name) for the furthurinse of my study in this.
I have drunk some wine while Writing this letter. I mention this to excuse my above spelling of the word Furtherence. Furtherance. Kist. You know what I mean.
I apologize for not writing sooner, but I have been a great deal traveling and not until now have I had Means to write a Letter. Now that I have done, I expect it might be a while longer before I find a traveler I trust to start this missive on its long road back to you.
I think of you often and fondly.
Yours,
D.
Pstscrpt. I hope your lute case is serving you well."
My company is doing this hidden messsage thing leading up to the winner gets a free vacation, until today they have all been somewhat easy.. today he sends out a message saying "All new clues will be encrypted" " Download complete encrypted clue is BGSJDB JT OFBS" ... is there anyone that can help figure this out???
Code in the video here https://vm.tiktok.com/ZSvDSwAH/
Think it's an ARG but won't spoil. There's a second step if you crack this part.
DGFN MXLW JLSJ
EKNJ GGTY FGLF TJ