Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kleopi8736yWhile it is not a lot of information to work with (for frequency analysis)
some thing are fairly easy to see:
it's symmetric
it's more than one word (so there need to be spaces)
A seems to translate to that space perfectly
o seems a letter which can stand as a single word (so I or A)
that's what I found after a minute and I'd expect anyone who doesn't blindly search the algorithm immediately to find this.
I'm too lazy to continue solving it, however I'd start with trying some rot algorithms or replacement algorithms to find a solution. -
mt3o19146ySimple rot, like Caesars, is insufficient, it keeps spaces and characters case. It's possible we have here rot over [a-zA-Z].
-
ruhe9166yUse one-time-pad encryption. It is optimal in the class of perfectly secret schemes and provably unbreakable (considering a good random number generator and sufficiently long messages)
Related Rants
as I've said in the previous rant, I know nothing about cryptography but I wanna make a tattoo and you guys have to validate how easy it is from samples.
Round 1:
EAPAToAqQMAoAoaAMEaihsIOAkrN
rant
cryptography