Codebusters C
-
- Moderator
- Posts: 205
- Joined: Mon Jan 21, 2019 11:38 am
- Division: C
- State: FL
- Pronouns: She/Her/Hers
- Has thanked: 171 times
- Been thanked: 335 times
Codebusters C
Welcome back to the 2020 season!
Let's start off with an easy question.
Decode "Kyr'p ptky e zhuppw ueyw qguypkir?" using the Affine cipher with keys a = 17, b = 4.
Let's start off with an easy question.
Decode "Kyr'p ptky e zhuppw ueyw qguypkir?" using the Affine cipher with keys a = 17, b = 4.
happy new season!
University of Florida
My Wiki Page | WikiProject SciOly and Scioly.org | Pi-Bot
2019: Code, Fermi, Thermo
2020: Detector, Orni, Code (Substitution: Penn)
2021: Detector, Orni, Circuit, WICI
University of Florida
My Wiki Page | WikiProject SciOly and Scioly.org | Pi-Bot
2019: Code, Fermi, Thermo
2020: Detector, Orni, Code (Substitution: Penn)
2021: Detector, Orni, Circuit, WICI
-
- Member
- Posts: 91
- Joined: Mon Feb 18, 2019 7:43 am
- Division: C
- State: OH
- Has thanked: 2 times
- Been thanked: 30 times
Re: Codebusters C
pepperonipi wrote: ↑Fri Sep 06, 2019 10:29 pm Welcome back to the 2020 season!
Let's start off with an easy question.
Decode "Kyr'p ptky e zhuppw ueyw qguypkir?" using the Affine cipher with keys a = 17, b = 4.
Isn't this a pretty easy question? lol yep i just solved it as an aristocrat
Decrypt WFLLJ, VDWVTQX QD RRZVR ER JIGP OZDPD with key DRILL
Mason ‘22
2021 Nats:
Chem - 1
Code - 5
SOM - 2
Boomi - 2
2019 Nats:
Code - 4
Mission - 4
Check out will0416's Userpage
2021 Nats:
Chem - 1
Code - 5
SOM - 2
Boomi - 2
2019 Nats:
Code - 4
Mission - 4
Check out will0416's Userpage
-
- Member
- Posts: 91
- Joined: Mon Feb 18, 2019 7:43 am
- Division: C
- State: OH
- Has thanked: 2 times
- Been thanked: 30 times
Re: Codebusters C
Don't look if you don't want to see the answer
looks like it didn't work, so i'll just type it out: Isn't this a pretty easy question?
looks like it didn't work, so i'll just type it out: Isn't this a pretty easy question?
Mason ‘22
2021 Nats:
Chem - 1
Code - 5
SOM - 2
Boomi - 2
2019 Nats:
Code - 4
Mission - 4
Check out will0416's Userpage
2021 Nats:
Chem - 1
Code - 5
SOM - 2
Boomi - 2
2019 Nats:
Code - 4
Mission - 4
Check out will0416's Userpage
-
- Member
- Posts: 434
- Joined: Sun Jan 21, 2018 4:41 pm
- Division: C
- State: NY
- Pronouns: He/Him/His
- Has thanked: 49 times
- Been thanked: 46 times
Re: Codebusters C
today, smoking is going to save lives Encode CODEBUSTER withwill0416 wrote: ↑Sat Sep 07, 2019 5:35 amDecode "Kyr'p ptky e zhuppw ueyw qguypkir?" using the Affine cipher with keys a = 17, b = 4.pepperonipi wrote: ↑Fri Sep 06, 2019 10:29 pm Welcome back to the 2020 season!
Let's start off with an easy question.Hopefully that hide function worked.Isn't this a pretty easy question? lol yep i just solved it as an aristocrat
Decrypt WFLLJ, VDWVTQX QD RRZVR ER JIGP OZDPD with key DRILL
|2 1|
|5 16|
South Woods MS, Syosset HS '21
BirdSO TD/ES
Past Events: Microbe, Invasive, Matsci, Fermi, Astro, Code, Fossils
BirdSO TD/ES
Past Events: Microbe, Invasive, Matsci, Fermi, Astro, Code, Fossils
1st place MIT Codebusters 2019-2020 1st place NYS Fermi Questions (2019), Astronomy and Codebusters (2021) Science Olympiad Founder's Scholarship winner
-
- Member
- Posts: 66
- Joined: Thu Apr 26, 2018 6:56 pm
- Division: C
- State: MO
- Has thanked: 3 times
- Been thanked: 1 time
Re: Codebusters C
I haven't done this in a while so it may be wrong, but:
SQKBWNDEZM
Decode this baconian cipher:
EHEGP PHIEI GUIRO RIGHJ OHJRO UJHRG RHAJG JRRHG HHGAA OPOAR PHONE GEORA UGRHO HGRAG HUJFH HEOHE BEGIF AHIEG?
EHEGP PHIEI GUIRO RIGHJ OHJRO UJHRG RHAJG JRRHG HHGAA OPOAR PHONE GEORA UGRHO HGRAG HUJFH HEOHE BEGIF AHIEG?
Don't procrastinate
Don't procrastinate
Don't procrastinate
重要事情说三次
Don't procrastinate
Don't procrastinate
重要事情说三次
-
- Admin Emeritus
- Posts: 222
- Joined: Sat Apr 27, 2019 6:40 pm
- Division: Grad
- State: NC
- Pronouns: He/Him/His
- Has thanked: 443 times
- Been thanked: 368 times
Re: Codebusters C
For reference, you can create matrices on forums posts asName wrote: ↑Sat Sep 07, 2019 4:06 pmtoday, smoking is going to save lives Encode CODEBUSTER withwill0416 wrote: ↑Sat Sep 07, 2019 5:35 amDecode "Kyr'p ptky e zhuppw ueyw qguypkir?" using the Affine cipher with keys a = 17, b = 4.pepperonipi wrote: ↑Fri Sep 06, 2019 10:29 pm Welcome back to the 2020 season!
Let's start off with an easy question.Hopefully that hide function worked.Isn't this a pretty easy question? lol yep i just solved it as an aristocrat
Decrypt WFLLJ, VDWVTQX QD RRZVR ER JIGP OZDPD with key DRILL
|2 1|
|5 16|
Code: Select all
[math]
\begin{bmatrix}
2 & 1 \\
5 & 16
\end{bmatrix}
[/math]
I ❤ sounds of music! About me • Rate my tests
Carmel High School ’19
The University of North Carolina at Chapel Hill ’23
“People overestimate what they can do in a day, and underestimate what they can do in a lifetime.” –Unknown
Carmel High School ’19
The University of North Carolina at Chapel Hill ’23
“People overestimate what they can do in a day, and underestimate what they can do in a lifetime.” –Unknown
-
- Member
- Posts: 121
- Joined: Thu Nov 02, 2017 5:15 pm
- Division: Grad
- State: VA
- Pronouns: He/Him/His
- Has thanked: 27 times
- Been thanked: 32 times
-
- Member
- Posts: 66
- Joined: Thu Apr 26, 2018 6:56 pm
- Division: C
- State: MO
- Has thanked: 3 times
- Been thanked: 1 time
Re: Codebusters C
Yep! Your turn! (And yikes, sorry I REALLY messed up the "r" LOL)
Don't procrastinate
Don't procrastinate
Don't procrastinate
重要事情说三次
Don't procrastinate
Don't procrastinate
重要事情说三次
-
- Member
- Posts: 121
- Joined: Thu Nov 02, 2017 5:15 pm
- Division: Grad
- State: VA
- Pronouns: He/Him/His
- Has thanked: 27 times
- Been thanked: 32 times
Re: Codebusters C
Decipher this Aristocrat encoded with a K1 alphabet.
JXL OYDW PREHQ BEIU JXUD LEH SEHBT OYDW PREHQ REBB JUUFYBO?
(This is my first time making an Aristocrat, so if something seems wrong, let me know!)
JXL OYDW PREHQ BEIU JXUD LEH SEHBT OYDW PREHQ REBB JUUFYBO?
(This is my first time making an Aristocrat, so if something seems wrong, let me know!)
TJHSST '22 | UVA '26
smayya337's Userpage
smayya337's Userpage
-
- Member
- Posts: 434
- Joined: Sun Jan 21, 2018 4:41 pm
- Division: C
- State: NY
- Pronouns: He/Him/His
- Has thanked: 49 times
- Been thanked: 46 times
Re: Codebusters C
why sing about love when you could sing about bull weevils? ngl that was pretty hard
Here's a slightly easier one
MRKO LDX GJK IDDB GU PDVKURCOI LDX MCFF UKFF KZKJLDOK, MRKO LDX GJK IJKGU KZKJLDOK MCFF UKFF LDX
South Woods MS, Syosset HS '21
BirdSO TD/ES
Past Events: Microbe, Invasive, Matsci, Fermi, Astro, Code, Fossils
BirdSO TD/ES
Past Events: Microbe, Invasive, Matsci, Fermi, Astro, Code, Fossils
1st place MIT Codebusters 2019-2020 1st place NYS Fermi Questions (2019), Astronomy and Codebusters (2021) Science Olympiad Founder's Scholarship winner