I'm trying to make an easy to encrypt and decrypt cipher for personal reasons. Can you weirdos figure this one out? This one is the easy version, so we can step it up if this one breaks easily. If no one gets it, I can throw a clue out in a bit:
I'm trying to make an easy to encrypt and decrypt cipher for personal reasons. Can you weirdos figure this one out...
nevermind. the fucking text filter is logging it as spam. Any ideas? if not, I'll see you on page 100.
hit me up. I love crypto. drunk tho. Still have some programs for classic crypt techniques
naw it's fine give us ciphertext
I can't. Te fucking filter says it's a spam post. I'm mildly annoyed.
Fuck it, I'll see if I can figure out a pastebin or some shit.
Here you go:
paster of bins
/C34jNxDX
can i get a hint of key length?
or if that wouldn't be helpful in finding the key
I'm not great at crypto, so if someone who is ackchyually good at it can help me, that would make me have the good feels in my silly loafers which are actually heavy shoes. Also, titties.
I have three clues I can give you. One of them isn't relevant to this version of the cipher, so do you want clue #1 or clue #2?
Just because im curious but once again im hammered. is it a classical crypto rip off? IE hill cipher, shift cipher, affine, etc etc
#2
eh, fuck it, i'll spill the beans and see if you can still decipher. It's a 6x6 with no creativity on how the characters are placed in the grid, spaces removed, 4 digits = 1 character, with a divisor of 13.
oh crap, i forgot to mention that in each 4 digit group (1234), it would be 12/13 and then 34/13. I set it up so I can use separate divisors for columns and rows in the 6x6.
adfgvx cipher? i have a brute force adfgx cipher program but not the 6*6
Very similar, but somehow less complicated based on the wiki on the adfgvx.
Another clue, that i didn't intend. I'm an Excel junkie, so, column first, row second.
a=0 or a=1?
I'm so sorry but if it's anything like the adfgvx cipher it's not that secure and i'm reaaal drunk. Still trying but I'm also just a math-compsci major.
Look into PGP encryption for secure comms
fuck im an excel noob. If its some sort of excel function cipher i'm done; however, tell me the key
I believe in you. I'll give you this: a is 1313 z is 2665
The key is below: Column # * column multiplier (13) as "00", row # * row multiplier (13) as "00". I kept them separate so that communicating a one time pad would be easy to prevent decrypt.
1 2 3 4 5 6
1 a b c d e f
2 g h i j k l
3 m n o p q r
4 s t u v w x
5 y z 0 1 2 3
6 4 5 6 7 8 9
Still there chemosabe? If i give you to original text, want to try to backwards construct?
Why don't you just use AES? It's published and multiple implementations of it are free to download. That way all the secrets are in the key and none in the algorithm. It's been analyzed to death and we know the NSA needs 100 years to break it if you use a decent long key.
Break my code to convince me that I shouldn't use something else. Plus it's not like i'm trading national secrets. I"m just making a simple, convertible pad system for me and my closest dudes.
Plus I want it to be something I can decode with a piece of paper and a pencil.