rednet frequencies
#21
Posted 19 November 2012 - 09:26 AM
#22
Posted 19 November 2012 - 11:13 AM
#23
Posted 19 November 2012 - 11:52 AM
so technically if you bump a thread with a one-word post then the bump is not allowed?
(I do like this suggestion though)
#26
#27
#29
Posted 30 November 2012 - 02:25 AM
#30
Posted 30 November 2012 - 03:48 AM
this is scary
whatever, ill make some sort of protocol to authenticate a two way connection
cryptography ftw
#31
Posted 30 November 2012 - 03:53 AM
#32
Posted 30 November 2012 - 04:33 AM
KaoS, on 30 November 2012 - 03:53 AM, said:
where the public key is a checksum of your computers id
and private key is a large random number
problem solved :3
9000 times harder to crack
well, this is just a means of ensuring a secure connection between two computers
not to authenticate ids
i think it is prone to man in the middle attacks but you will have to send data fast in order for it to work
#33
Posted 30 November 2012 - 04:58 AM
... might as well rn.send(id,msg) for secure transfer
#34
Posted 30 November 2012 - 05:11 AM
KaoS, on 30 November 2012 - 04:58 AM, said:
... might as well rn.send(id,msg) for secure transfer
because you can always just overwrite os.getComputerID
so, i think rednet.receive sould atleast return the actual id
#35
Posted 30 November 2012 - 05:13 AM
Also, this discussion is in the frequencies thread; send(id,msg) is going to become send(freq,msg), so send will not be secure anymore once the frequencies change is implemented, hence the sudden need for encryption.
#36
Posted 30 November 2012 - 05:23 AM
GopherAtl, on 30 November 2012 - 05:13 AM, said:
Also, this discussion is in the frequencies thread; send(id,msg) is going to become send(freq,msg), so send will not be secure anymore once the frequencies change is implemented, hence the sudden need for encryption.
#37
Posted 30 November 2012 - 05:27 AM
rednet.send() will use a frequency or frequency range as the first parameter. On the recieving end, you will be able to set a frequency or frequency range to listen on. By default, the listen range use the id of the computer as it's listen freqency.
So existing programs would continue to work, as by default they listen on only their own frequency so sending on that frequency will send to them. But other programs would be able to listen in on these same frequencies, making send no longer a secure, private way of sending data.
#38
Posted 30 November 2012 - 05:32 AM
#39
Posted 30 November 2012 - 05:40 AM
the method he is describing is VERRY hard to crack (especially using the method above)
i like the idea alot
but, i think it sould be optional as cryptologists and verry good programmers will have a huge advantage over people who arent really good at securing their programs
#40
Posted 30 November 2012 - 06:09 AM
rednet.cast(freq, msg).
Broadcast would sow across all frequencies to all computers, cast to all computers listening to a single frequency, send to a specific computer, no frequency. I don't really see a use for it yet (that would be widely used), but I see it as necessary.
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users


This topic is locked









