[00:17:29] *** bgilb has joined #lwjgl
[00:23:21] <monty_hall> hi everybody
[00:23:43] *** master_of_ketchu has quit IRC
[00:24:40] *** Norbo11 has joined #lwjgl
[00:38:03] *** ruben011 has joined #lwjgl
[00:40:08] *** ruben01 has quit IRC
[00:45:37] <ra4king> monty_hall: niiiiice
[00:55:43] *** Hanack has joined #lwjgl
[01:20:03] *** scanlonman has quit IRC
[01:23:26] *** Nibato has joined #lwjgl
[01:31:23] *** meoblast001 has joined #lwjgl
[01:32:42] *** ksclarke has quit IRC
[01:53:37] *** kappaOne has quit IRC
[01:57:22] *** scanlonman has joined #lwjgl
[01:57:35] *** Norbo11 has quit IRC
[02:10:19] *** meoblast001 has quit IRC
[02:10:57] *** meoblast001 has joined #lwjgl
[02:12:11] *** Gooogy has quit IRC
[02:13:09] *** SoniEx has joined #lwjgl
[02:13:09] *** SoniEx2 is now known as Guest8317
[02:13:09] *** SoniEx is now known as SoniEx2
[02:14:52] *** _Riven has joined #lwjgl
[02:16:07] <_Riven> there seems to be an DNS issue, for me, at least
[02:16:39] *** Guest8317 has quit IRC
[02:17:01] <jezek2> _Riven: yeah I see it just fine
[02:17:06] <scanlonman> works for me
[02:17:15] <_Riven> damn, well, okay
[02:17:25] <_Riven> some DNS server must be trippin'
[02:17:39] <_Riven> i get this: "You have reached a webserver on the Trans-IX B.V. network."
[02:18:03] <_Riven> which is where the VPS is... so it's not likely to be a DNS hack, but still
[02:18:24] <jezek2> oh I thought it's at linode?
[02:18:38] <_Riven> eh, right, i means, the DNS server is there
[02:18:41] <_Riven> not the VPS
[02:18:45] <jezek2> ah :)
[02:18:46] <_Riven> meant*
[02:19:23] <_Riven> it's rather obscure though, because when i ping (na dflush dns cache) i get the right linode IP
[02:21:07] <_Riven> oh well... as a proper sysadmin, i'm going to bed now
[02:29:20] *** ksclarke has joined #lwjgl
[02:38:03] <Agro> ls -a
[02:38:17] <_Riven> wrong terminal dude!
[02:39:48] <aho> LOAD"*",8,1
[02:39:51] <aho> lol
[02:45:16] *** _Riven has quit IRC
[02:45:30] *** scanlonman has quit IRC
[02:55:46] *** meoblast001 has quit IRC
[03:16:23] *** Irrelium has quit IRC
[03:17:32] *** scanlonman has joined #lwjgl
[03:20:18] *** scanlonman has joined #lwjgl
[03:41:23] *** Xardov has joined #lwjgl
[03:58:45] *** Hanack1 has joined #lwjgl
[03:59:21] *** Hanack has quit IRC
[04:06:14] <ra4king> _rit's been working
[04:06:21] <ra4king> aw he left
[04:11:03] *** Agro has quit IRC
[04:36:06] *** Goddesen has quit IRC
[04:40:07] *** Hanack1 has quit IRC
[05:03:57] *** Xardov has quit IRC
[05:11:25] *** tvc|afk is now known as tvc
[05:13:47] *** ruben011 has quit IRC
[05:17:36] *** Xardov has joined #lwjgl
[05:22:31] *** Agro has joined #lwjgl
[05:48:20] *** ksclarke has quit IRC
[06:05:41] *** Xardov has quit IRC
[06:08:59] *** Agro has quit IRC
[06:09:32] *** _Riven has joined #lwjgl
[06:27:24] *** bgilb has quit IRC
[06:31:07] *** scanlonman has quit IRC
[06:35:10] *** Xardov has joined #lwjgl
[06:49:56] *** scanlonman has joined #lwjgl
[07:01:58] *** _Riven has quit IRC
[07:04:41] *** scanlonman has quit IRC
[07:33:50] *** Scient has quit IRC
[07:36:15] *** Scient has joined #lwjgl
[07:47:09] *** Scient has quit IRC
[07:49:17] *** Scient has joined #lwjgl
[07:51:27] *** Xardov_ has joined #lwjgl
[07:53:38] *** Xardov has quit IRC
[07:57:35] *** Scient has quit IRC
[08:01:48] *** Scient has joined #lwjgl
[08:06:23] *** Dessimat0r has quit IRC
[08:07:37] *** MatthiasM has quit IRC
[08:14:15] *** Dessimat0r has joined #lwjgl
[09:08:29] *** purestrain has quit IRC
[09:16:06] <ra4king> MatthiasM2: you there man?
[09:36:15] <MatthiasM2> yeah
[09:37:22] <ra4king> MatthiasM2: do I have to send the IV with every chunk of cipher text?
[09:37:48] <MatthiasM2> ...
[09:38:12] <ra4king> that's what I'm doing
[09:38:23] <MatthiasM2> it's really easy: when you setup your chiper you need an IV and a key
[09:38:24] <ra4king> I have to send the initialization vector with each one
[09:38:40] <ra4king> and I have to send the updated IV every single time though
[09:38:41] <MatthiasM2> the receiver also need the same IV and key
[09:38:45] <ra4king> I checked, the IV changes all the time
[09:39:12] <MatthiasM2> no - when you use CBC the IV is updated - but equally on sender and receiver
[09:39:22] <ra4king> oh! so only send it once!
[09:39:25] * ra4king understands now
[09:39:34] <MatthiasM2> how about your READ teh tutorials?
[09:39:58] <MatthiasM2> or I'll stop answering
[09:40:14] <ra4king> MatthiasM2: wait I did! I read an entire 30 page tutorial
[09:40:27] <ra4king> it didn't talk about IV's anywhere though since it never went over CBC
[09:41:05] <ra4king> MatthiasM2: wait that's the thing though!
[09:41:09] <ra4king> MatthiasM2: I call init(...) again
[09:41:17] <ra4king> the IV is always being reset
[09:41:22] <ra4king> otherwise that is
[09:41:31] <ra4king> if i only send it once in the beginning, I will only use that old IV
[09:41:40] <MatthiasM2> why do you reinit?
[09:41:52] <ra4king> init to ENCRYPT then init to DECRYPT
[09:41:56] <ra4king> check the pastebin
[09:42:00] <MatthiasM2> no
[09:42:08] <ra4king> I create 2 Cipher's?
[09:44:30] <ra4king> MatthiasM2: wat do I do?
[09:44:46] <MatthiasM2> I have work to do
[09:45:13] *** Emily has quit IRC
[09:46:55] <ra4king> MatthiasM2: aw :(
[09:47:02] <ra4king> I just need a quick answer please!
[09:47:33] *** Emily has joined #lwjgl
[09:50:17] *** Mekaari_ has joined #lwjgl
[09:52:12] *** quadz_ has joined #lwjgl
[09:53:24] *** mononofu_ has joined #lwjgl
[09:53:31] *** AusCairo has joined #lwjgl
[09:53:39] <Xardov_> lol
[09:54:17] * ra4king slaps Xardov_
[09:54:27] <Xardov_> lol
[09:58:34] *** Mekaari has quit IRC
[09:58:34] *** Cairo has quit IRC
[09:58:34] *** mononofu has quit IRC
[09:58:35] *** quadz has quit IRC
[09:58:56] *** mononofu_ is now known as mononofu
[09:59:42] *** Jonas__ has quit IRC
[09:59:50] *** Jonas__ has joined #lwjgl
[10:23:03] *** Xardov_ has quit IRC
[10:30:14] *** serserar has joined #lwjgl
[10:32:22] *** l3dx has quit IRC
[10:32:22] *** l3dx has joined #lwjgl
[10:39:21] *** devnewton has joined #lwjgl
[10:40:51] *** tvc has quit IRC
[10:44:12] *** ZeuPiark has joined #lwjgl
[10:45:22] *** ra4king1 has joined #lwjgl
[10:47:15] <ZeuPiark> hello
[10:47:43] *** serserar has quit IRC
[10:47:52] *** ra4king has quit IRC
[11:10:01] *** jjs has joined #lwjgl
[11:10:40] *** devnewton has quit IRC
[11:39:31] *** ra4king1 is now known as ra4king
[11:53:37] *** Scient has quit IRC
[11:54:31] *** ZeuPiark has quit IRC
[11:55:42] *** kappaOne has joined #lwjgl
[11:57:16] *** monty_hall has quit IRC
[11:59:45] *** Scient has joined #lwjgl
[12:05:27] *** Norbo11 has joined #lwjgl
[12:07:51] *** aho has quit IRC
[12:09:08] *** devnewton has joined #lwjgl
[12:09:34] *** Jeanne-Kamikaze has joined #lwjgl
[12:20:28] *** kappaOne has quit IRC
[12:25:09] *** ZeuPiark has joined #lwjgl
[12:30:28] *** monty_hall has joined #lwjgl
[12:32:55] *** fwilson has quit IRC
[12:38:29] *** devnewton has quit IRC
[12:38:35] *** fwilson has joined #lwjgl
[12:59:43] *** Xardov has joined #lwjgl
[13:00:33] *** ZeuPiark has quit IRC
[13:35:42] *** peter1 has joined #lwjgl
[13:37:45] *** Sopheria has joined #lwjgl
[13:55:03] *** kappaOne has joined #lwjgl
[14:11:09] *** Irrelium has joined #lwjgl
[14:27:58] *** Goddesen has joined #lwjgl
[14:29:15] *** kappaOne has quit IRC
[14:30:06] *** kappaOne has joined #lwjgl
[14:40:42] *** ksclarke has joined #lwjgl
[14:40:43] *** devnewton has joined #lwjgl
[14:43:19] *** kappaOne has quit IRC
[14:44:32] *** Hanack has joined #lwjgl
[14:48:25] *** Xardov has quit IRC
[14:49:29] *** tulius has joined #lwjgl
[14:53:11] *** kappaOne has joined #lwjgl
[14:54:39] *** Xardov has joined #lwjgl
[14:55:52] *** kappaOne has quit IRC
[14:58:56] *** kappaOne has joined #lwjgl
[15:21:03] *** Gooogy has joined #lwjgl
[15:51:30] *** ksclarke has quit IRC
[16:05:07] *** Xardov has quit IRC
[16:08:33] *** ksclarke has joined #lwjgl
[16:22:14] *** pervoraznik has joined #lwjgl
[16:26:33] *** Goddesen has quit IRC
[16:37:58] *** Xardov has joined #lwjgl
[16:43:47] *** devnewton has quit IRC
[16:46:57] *** Xardov has quit IRC
[17:12:28] *** zerodivided has quit IRC
[17:23:18] *** Jeanne-Kamikaze has quit IRC
[18:07:03] *** Unimatrix325 has joined #lwjgl
[18:07:26] *** devnewton has joined #lwjgl
[18:16:05] *** DrShoggoth has joined #lwjgl
[18:22:44] *** MatthiasM has joined #lwjgl
[18:58:51] <nbf> interesting
[18:59:01] <nbf> not a lot of packages to update on our servers this month for ubuntu
[19:07:05] *** Raven67854_ has joined #lwjgl
[19:09:28] *** Raven67854 has quit IRC
[19:14:59] *** beamery has joined #lwjgl
[19:17:48] *** Sealed has joined #lwjgl
[19:18:25] *** Sealed has quit IRC
[19:54:28] *** Norbo11 has quit IRC
[20:08:03] *** nbf has quit IRC
[20:09:24] *** DrShoggoth has quit IRC
[20:16:28] *** nbf has joined #lwjgl
[20:24:57] *** Goddesen has joined #lwjgl
[20:26:44] *** devnewton has quit IRC
[20:26:44] *** l3dx has quit IRC
[20:31:32] *** ZeuPiark has joined #lwjgl
[20:31:53] *** l3dx has joined #lwjgl
[20:36:07] <ZeuPiark> hello
[20:56:02] *** Hanack has quit IRC
[21:10:04] *** beamery has quit IRC
[21:31:58] *** Sopheria has quit IRC
[22:01:54] *** Sopheria has joined #lwjgl
[22:16:08] *** devnewton has joined #lwjgl
[22:25:42] *** Gooogy2 has joined #lwjgl
[22:27:47] *** Gooogy has quit IRC
[22:29:08] *** Agro has joined #lwjgl
[22:48:13] *** Unimatrix325 has quit IRC
[23:08:04] *** fwilson is now known as fwilson|away
[23:21:26] *** ZeuPiark has quit IRC
[23:27:05] *** theloafobread has joined #lwjgl
[23:27:34] <theloafobread> hello?
[23:36:04] *** Norbo11 has joined #lwjgl
[23:39:27] *** tulius has quit IRC
[23:44:03] <nbf> have you guys seen this?
[23:44:05] <nbf> kind of interesting
[23:54:46] *** kappaOne has joined #lwjgl