Questions? Comments? Insults?
Anybody else on L19 into cryptography?
- Linokai
- Dies in gote
- Posts: 31
- Joined: Thu Apr 14, 2011 9:26 pm
- GD Posts: 0
- Universal go server handle: Linokai
- Location: Lompoc , California
- Been thanked: 6 times
- Contact:
Anybody else on L19 into cryptography?
I've been obsessed with crypto ever since I was a kid, maybe 8 or 9. (Well, at least the pen-and-paper kind. I've never been a fan of programmed ciphers like AES, RC4, etc, because I can't actually see them working, and I'm not good enough with math to really figure out how they work.) Anyway, recently I was tinkering around with some ideas and came up with a scheme that I think would be really difficult to crack. If any of y'all are into this kinda thing, maybe you'll find it interesting. (*Disclaimer: I didn't come up with the idea from scratch. I just took existing schemes and combined/added to them.)
Questions? Comments? Insults?
Questions? Comments? Insults?
If Chess was invented by man, then Go was invented by God.
-
Ellyster
- Dies in gote
- Posts: 62
- Joined: Thu Jun 21, 2012 12:32 pm
- Rank: KGS 3 kyu
- GD Posts: 0
- KGS: Ellyster
- Location: Granada, Spain | Osaka, Japan | Turku, Finland | Tokyo, Japan
- Has thanked: 50 times
- Been thanked: 22 times
- Contact:
Re: Anybody else on L19 into cryptography?
I'm into crypto too. I will take a look if I get some free time (recently I'm too busy with my PhD).
What I can do right now, is recommend you this two free courses from Stanford:
https://www.coursera.org/course/crypto
https://www.coursera.org/course/crypto2
It requires some basic math, and some programming (optional). After that class you will have strong tools to prove if your crypto system is secure, and under what asumptions.
And even post your protocol for feedback in the forums where there are lot of profesionals and enthusiasts.
What I can do right now, is recommend you this two free courses from Stanford:
https://www.coursera.org/course/crypto
https://www.coursera.org/course/crypto2
It requires some basic math, and some programming (optional). After that class you will have strong tools to prove if your crypto system is secure, and under what asumptions.
And even post your protocol for feedback in the forums where there are lot of profesionals and enthusiasts.
-
Mike Novack
- Lives in sente
- Posts: 1045
- Joined: Mon Aug 09, 2010 9:36 am
- GD Posts: 0
- Been thanked: 182 times
Re: Anybody else on L19 into cryptography?
What to look up.
This is equivalent to other methods of encryption using a pseudo-random sequence so you will want to look at how those are cracked.
This is equivalent to other methods of encryption using a pseudo-random sequence so you will want to look at how those are cracked.
-
DrStraw
- Oza
- Posts: 2180
- Joined: Tue Apr 27, 2010 4:09 am
- Rank: AGA 5d
- GD Posts: 4312
- Online playing schedule: Every tenth February 29th from 20:00-20:01 (if time permits)
- Location: ʍoquıɐɹ ǝɥʇ ɹǝʌo 'ǝɹǝɥʍǝɯos
- Has thanked: 237 times
- Been thanked: 662 times
- Contact:
Re: Anybody else on L19 into cryptography?
I don't know anything about cryptography, but there is a professor in our department who teaches it and has written books on it. If I remember, and get the chance, I'll ask his opinion.
Still officially AGA 5d but I play so irregularly these days that I am probably only 3d or 4d over the board (but hopefully still 5d in terms of knowledge, theory and the ability to contribute).
-
SmoothOper
- Lives in sente
- Posts: 946
- Joined: Thu Apr 19, 2012 9:38 am
- Rank: IGS 5kyu
- GD Posts: 0
- KGS: KoDream
- IGS: SmoothOper
- Has thanked: 1 time
- Been thanked: 41 times
Re: Anybody else on L19 into cryptography?
I am kind of into cryptography. My understanding is that any system of cryptography is maximally as good as your keystream. IE how many bits does it take to encode the seed to your pseudo random number generator, since publicly available permutation algorithms can be reverse engineered, though I have often thought that if you had a hidden or obscure algorithm, that would be more difficult to break, though the number of bits necessary to encode the algorithm itself might not be that large.
- RBerenguel
- Gosei
- Posts: 1585
- Joined: Fri Nov 18, 2011 11:44 am
- Rank: KGS 5k
- GD Posts: 0
- KGS: RBerenguel
- Tygem: rberenguel
- Wbaduk: JohnKeats
- Kaya handle: RBerenguel
- Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
- Location: Barcelona, Spain (GMT+1)
- Has thanked: 576 times
- Been thanked: 298 times
- Contact:
Re: Anybody else on L19 into cryptography?
The description reminded me vaguely of the DES (the old "data encryption standard", supperceded in the last years by AES, which is similar) method of "moving around stuff and doing lots of things to it".
I'm not specially into cryptography, but being a mathematician you get exposed to some. I took an undergrad course where we learnt about most "mathey" cyphers (so DES wasn't included.) I used the programming assignment to code a FFT and use it to do convolutions of integers in large bases, so I could multiply incredibly big numbers. Maths are fun.
I'm not specially into cryptography, but being a mathematician you get exposed to some. I took an undergrad course where we learnt about most "mathey" cyphers (so DES wasn't included.) I used the programming assignment to code a FFT and use it to do convolutions of integers in large bases, so I could multiply incredibly big numbers. Maths are fun.
Geek of all trades, master of none: the motto for my blog mostlymaths.net
-
Mike Novack
- Lives in sente
- Posts: 1045
- Joined: Mon Aug 09, 2010 9:36 am
- GD Posts: 0
- Been thanked: 182 times
Re: Anybody else on L19 into cryptography?
Depends on how you look at it, though.
In one sense (the one you were probably thinking) DES isn't "mathy". But in another way, it is just a function.
Cryptextblock = F(plaintextblock,key) where the F is the function defined by the behavior of DES.
One of the books I lost in the fire was Shamir's "Differential Cryptanalysis" where he demonstrates this technique to attack DES.
I also have toyed with crypto ides. Mainly with "private key" systems that allowed violation of the rule of thumb "quick to set up" (but were quick to encode once set up) along the lines of Lucfier-DES (S boxes and scatter bits between those rounds) except ones in which every bit of the key would be used to define every S box (think of one defining function unique to that S box). Yes the S boxes are still "known" in one sense, but what is happening here is the key being used as a selector function to select the S-box from a very large set (as opposed to Lucifer, one bit of the key from 2 possible S boxes, easily cracked, or DES, several bits of the key but still a small set of possible S boxes).
In one sense (the one you were probably thinking) DES isn't "mathy". But in another way, it is just a function.
Cryptextblock = F(plaintextblock,key) where the F is the function defined by the behavior of DES.
One of the books I lost in the fire was Shamir's "Differential Cryptanalysis" where he demonstrates this technique to attack DES.
I also have toyed with crypto ides. Mainly with "private key" systems that allowed violation of the rule of thumb "quick to set up" (but were quick to encode once set up) along the lines of Lucfier-DES (S boxes and scatter bits between those rounds) except ones in which every bit of the key would be used to define every S box (think of one defining function unique to that S box). Yes the S boxes are still "known" in one sense, but what is happening here is the key being used as a selector function to select the S-box from a very large set (as opposed to Lucifer, one bit of the key from 2 possible S boxes, easily cracked, or DES, several bits of the key but still a small set of possible S boxes).
- RBerenguel
- Gosei
- Posts: 1585
- Joined: Fri Nov 18, 2011 11:44 am
- Rank: KGS 5k
- GD Posts: 0
- KGS: RBerenguel
- Tygem: rberenguel
- Wbaduk: JohnKeats
- Kaya handle: RBerenguel
- Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
- Location: Barcelona, Spain (GMT+1)
- Has thanked: 576 times
- Been thanked: 298 times
- Contact:
Re: Anybody else on L19 into cryptography?
Mike Novack wrote:Depends on how you look at it, though.
In one sense (the one you were probably thinking) DES isn't "mathy". But in another way, it is just a function.
Cryptextblock = F(plaintextblock,key) where the F is the function defined by the behavior of DES.
One of the books I lost in the fire was Shamir's "Differential Cryptanalysis" where he demonstrates this technique to attack DES.
I also have toyed with crypto ides. Mainly with "private key" systems that allowed violation of the rule of thumb "quick to set up" (but were quick to encode once set up) along the lines of Lucfier-DES (S boxes and scatter bits between those rounds) except ones in which every bit of the key would be used to define every S box (think of one defining function unique to that S box). Yes the S boxes are still "known" in one sense, but what is happening here is the key being used as a selector function to select the S-box from a very large set (as opposed to Lucifer, one bit of the key from 2 possible S boxes, easily cracked, or DES, several bits of the key but still a small set of possible S boxes).
Of course, DES is just a function. The "mathyness" is because the course focused on group theory, factorisation and other stuff somewhat closer to RSA, for instance. But creating private key systems seems tough, as the DES shows. Finding a backdoor is like... "how!?"
Geek of all trades, master of none: the motto for my blog mostlymaths.net
-
mbv
- Dies in gote
- Posts: 22
- Joined: Sat Feb 01, 2014 8:16 am
- Rank: IGS 12k
- GD Posts: 0
- IGS: mbv
- Has thanked: 38 times
- Been thanked: 2 times
Re: Anybody else on L19 into cryptography?
Ellyster wrote:I'm into crypto too. I will take a look if I get some free time (recently I'm too busy with my PhD).
What I can do right now, is recommend you this two free courses from Stanford:
https://www.coursera.org/course/crypto
https://www.coursera.org/course/crypto2
It requires some basic math, and some programming (optional). After that class you will have strong tools to prove if your crypto system is secure, and under what asumptions.
And even post your protocol for feedback in the forums where there are lot of profesionals and enthusiasts.
Hey, thanks for posting those links. Cryptography interests me and I may take that first course. I keep meaning to try one of these online courses and I think I'll start with this:
https://www.coursera.org/course/otherearths