Show Idle (>14 d.) Chans


← 2018-12-22 | 2018-12-24 →
00:11 mircea_popescu the more i think about this whole serpent business, the more it becomes evident that the ~only~ way to have a cipher (not encryption, ie, asym keys, but enciphering, ie, simmetric keys) stronger than serpent is to ~mix rng bits~. ie, the weakest cipher is the one where len(E) = len(P), and they're all equally week, and 1 serpent worth. to go stronger, you must have something that has len(E) = a len(P) + b sorta thing. the key
00:11 mircea_popescu schedule will then not merely "mix" the P bits but also explain how to separate the R bits out of E.
~ 19 minutes ~
00:31 asciilifeform mircea_popescu: we had thread, i suggested several algos for specifically this
00:32 asciilifeform will dig it up after sleep
~ 42 minutes ~
01:14 mircea_popescu aha.
~ 2 hours 18 minutes ~
03:33 diana_coman mircea_popescu, re ((123)) comments my plugin at least requires a space i.e. (( 123))
03:43 mircea_popescu afaik it's space before so " ((" rather than simply "(("
~ 6 hours 14 minutes ~
09:57 mircea_popescu in other news, there's apparently such a place as humble, texas.
~ 45 minutes ~
10:43 feedbot http://trilema.com/2018/the-lesbian-in-winter/ << Trilema -- The lesbian in Winter.
10:45 asciilifeform mircea_popescu: re the ciphers : it's the item asciilifeform regularly comes back to, iirc most recently in http://btcbase.org/log/2017-11-22#1742198 , http://btcbase.org/log/2017-02-14#1613906 , but also we did the luby variant of same, and iirc earliest discussion was the http://btcbase.org/log/2016-12-24#1589881 thing ( and mircea_popescu's various extensions of subj )
10:45 a111 Logged on 2017-11-22 21:45 asciilifeform: anyway for 512bit key, you still keep the 128bit block. but each time you have incoming 128b plaintext, you shamir it rngistically into 512bits, i.e. 4 128b parcels that must be xor'd to reconstitute the original. each of these get ciphered with one of 4 independently-generated 128b keys.
10:45 a111 Logged on 2017-02-14 19:19 asciilifeform: specifically, for every byte you intend to send, you instead send two: x, y. which you generate by obtaining rng byte r, and payload byte b, and x := b xor r, y := r
10:45 a111 Logged on 2016-12-24 01:03 asciilifeform: picture the following 1-dimensional automaton, that eats bitstring in sets of 2bits, and : '10' -> 'tape step left' ; '01' -> 'tape step right' ; '11' -> invert bit at current square; '00' -> terminate.
10:45 mircea_popescu i guess that makes two of us.
10:46 mircea_popescu asciilifeform yeah, kinda in the vein of my algo hash thing. but honestly i'd prefer an algebraic form.
10:46 asciilifeform it has strong smell of The Right Thing, but i cannot claim to have nailed down precisely how it oughta go, just yet.
10:47 asciilifeform the simplest algebraic variant is shamir's split (which trivially nukes 'knownplaintextism'). but it introduces a usable relationship b/w plaintexts, which is The Wrong Thing, and is how i ended up with 'hmm automata?' etc
10:55 mircea_popescu myeah.
10:57 mircea_popescu i think basically the point here is to summarize what was found. and that's specifically that a) there's no meaningful discussion of "better" or "worse" ciphers worth having when by "cipher" one understands "mixing in 0 entropy".
10:57 mircea_popescu this is the fundamental cost here : EITHER have asymmetric keys, or ELSE leak entropy.
10:57 mircea_popescu the gods demand a sacrifice.
10:58 asciilifeform per shannon, ~all~ methods other than otp (i.e. where key is shorter than payload) 'leak entropy'. the q is just how much, and how to even quantify.
10:59 mircea_popescu kinda states differently ye olde "ciphers are not worth having when encryption's available". IF you have rng to piss out, might as well find some primes.
10:59 mircea_popescu asciilifeform no, the question of what % of the "entropy" leaked was entropic. obviously from chtulhu's pov your message's just as delicious entropy as any other.
11:00 mircea_popescu give him some messages you don't care about, is the idea.
11:03 asciilifeform important not to confound the shannon bit with the practical. sending a dozen rsagrams, for instance, 'leaks' (in the sense where it is not difficult to derive) the public mod; which contains (again, from shannon pov, obv. nobody knows how to extract it trivially) the private.
11:06 asciilifeform currently nobody's got algo that doesn't do this (aside from the degenerate case of otp.)
11:07 asciilifeform near as i can tell, if there's been any movement on that front since 1940s, nobody's talking.
11:08 asciilifeform !#s trapdoor
11:08 a111 20 results for "trapdoor", http://btcbase.org/log-search?q=trapdoor
11:08 asciilifeform ^ see also.
11:12 mircea_popescu meanwhile over at the intelligent moron farms, http://p.bvulpes.com/pastes/TvslL/?raw=true
11:13 asciilifeform ( the mega-q, from asciilifeform's pov, is whether it is possible to make a bridge b/w shannon's result and the practical, i.e. to demonstrate a method where key is smaller than payload (i.e. not otp) but where the actual leakage of key bits per N message bits sent, can be ~quantified~ with upper bound. )
11:13 mircea_popescu rather, where leakage of key bits can be ~geographically bound~.
11:14 mircea_popescu if i get something like "only odd bits of key can be leaked" we've won.
11:14 asciilifeform i'd be quite interested in ~any~ bound, aha
11:14 asciilifeform currently nobody's got even that.
11:15 asciilifeform mircea_popescu: right, it'sa 'all or nuffin' situation, if you prove 'only odd bits leak', all you gotta do is to make the key 2x long, and the even bits are your nonleaking key, etc
11:17 asciilifeform mircea_popescu: why exactly ~is~ it that they 'I can't even read the whole subject line' ?
11:17 asciilifeform the site dunwork on ipnoje or wat was it
11:17 mircea_popescu nah, there's an iffy point there, "well.. so how does one get message out, guesses the odd bits you happened to use this time ?!" which is directly a rehash of http://trilema.com/2018/so-i-designed-a-block-chipher/ problem
11:18 asciilifeform mircea_popescu: obv 'key' is defined as 'the bits you actually need to get the payload out of the ciphertext', how else
11:18 mircea_popescu asciilifeform the innovation of http://btcbase.org/log/2018-12-22#1882717 consists of the following bit of fighting the patriarchy and checking my privelage : IF their phone is insufficient, THEN reality will be truncated to fit.
11:18 a111 Logged on 2018-12-22 17:22 mircea_popescu: hey, "apple has had a homogenizing and sanitizing effect on '''the internet''' (ie, the special reservation for morons, retards and other debris finding its way the fuck out since 1993)."
11:19 mircea_popescu recall how all those old browsers wrote the text out of bounds whenever there was more text than bounds ?
11:19 asciilifeform ( and yes it is not difficult to come up with a 'write-only memory' that dun actually give you an openable box, lol )
11:19 asciilifeform mircea_popescu: aha
11:20 mircea_popescu no more of that! the new philosophy of http://trilema.com/2016/i-dont-think-you-understand-how-credit-cards-work/#selection-129.0-133.18 smartiepants is http://trilema.com/2015/racists-and-the-racist-idea/#selection-27.0-29.28
11:20 asciilifeform i find it at least a little surprising that popular heathen www dun display on pnoje, but whoknows, the 'state of the art' in wwwistic dysfunction is always 'advancing'
11:22 mircea_popescu basically, it's supposed to be my problem that their shit's broken. because they live in the best possible world and everything else is rape or w/e, "not understanding the concept of bdsm"
11:23 asciilifeform fwiw i have nfi what the shitlife authors were smoking; even asciilifeform's www ( and yes incl ~all~ the maffs ! ) displays on even the saddest pnoje
11:23 asciilifeform and without horiz. scrolling.
11:24 mircea_popescu i don't think you understand how pervasive this http://trilema.com/2017/little-miss-sunshine/ slash http://trilema.com/2016/vacation/ idiocy is.
11:24 mircea_popescu THATS WHAT THE NINE STEPS ARE ALL ABOUT -- REFUSE TO LOSE!!!
11:25 asciilifeform nah ~that~ part i think i get
11:25 asciilifeform it's where the thing dun display on $nintendo, that's puzzling
11:25 mircea_popescu why ?
11:25 asciilifeform given as good % of the userbase is prolly known to be sitting on nintendos
11:25 asciilifeform what was the author thinking ?
11:26 mircea_popescu Ed Helms, Steve Carell, rando dork, they're all the same guy. lalala can't hear you.
11:27 * asciilifeform teatime,brb
11:27 mircea_popescu The woman even challenges him about it, in no uncertain terms : "you suck", she says, "you've got nothing", she says, "and you can't even admit it".
11:27 mircea_popescu that's what they were thinking. all of them, from "cia" down to the last redditard.
~ 50 minutes ~
12:17 asciilifeform in largely unrelated lulz, apparently there exists 'radiochromic film', nifty thing with high res and 0 sensitivity to daylight, 0 photochem processing needed, instant photo. but then asciilifeform goes and tries to ~buy~ a pack, and lulz, picture, industrial catalogues with 10,000 items and ~no prices~, apparently thing is distributed entirely 'in wot'
12:18 asciilifeform this kinda thing is normal, sadly, for heavy equipment, but this is the 1st time that i see it for an item in the disposability class of toilet paper
12:20 asciilifeform http://www.gafchromic.com << vendor. supposedly.
12:22 asciilifeform 'fish is what we dunhave over at the fish counter!'
12:26 asciilifeform trinque: deedbot ??
12:28 trinque ty asciilifeform
12:28 asciilifeform np
12:39 mircea_popescu asciilifeform Ashland Advanced Materials, Building N and Room 1102, 1005 US Hwy No 202/206, Bridgewater NJ 08807.
12:39 mircea_popescu or you know, AdvancedMaterials@ashland.com. i'm sure they'll send you some.
12:41 asciilifeform mircea_popescu: yea that's what i ended up with on my chalkboard, earlier. will give it a shot the old-fashioned way.
12:42 asciilifeform it's still imho weird that there's 0 retail channel. (ordinary film can be had by the megatonne, from 9000 places )
12:44 mircea_popescu why ? almost no usecases.
12:53 asciilifeform lotsa usecases. it's apparently used to calibrate cat scanner & similar machinery.
12:53 asciilifeform ( in minutes, vs hours with ordinary film, no chem processing )
12:53 asciilifeform 'ooda loop'
~ 1 hours 58 minutes ~
14:51 BingoBoingo Aite, mp-wp woes are looking manageable
~ 1 hours 34 minutes ~
16:26 mircea_popescu since we're on mp-wp woes : an hero to make mp-wp footnote system NEST would be appreciated. currently works only 1 level deep, maybe once each year or two gotta do lvl2 footnotes by hand.
~ 15 minutes ~
16:41 mircea_popescu and meanwhile in forensic bimbology, https://cdn02.bdsmlr.com/uploads/pictures/2015/07/154/bdsmlr-142-gP8SqZdlh81.jpg
~ 2 hours 19 minutes ~
19:01 feedbot http://pizarroisp.net/2018/12/24/pizarro-update-december-23rd/ << PizarroISP -- Pizarro Update December 23rd
← 2018-12-22 | 2018-12-24 →