|
|||||||
![]() |
|
|
Thread Tools |
|
|
#26 |
|
Banned deucer.
Join Date: Jul 2008
Posts: 173
only VIRUS MAN knows the answer
|
get out gsc team and fight get out gsc team and fight get out gsc team and fight get out gsc team and fight get out gsc team and fight get out gsc team and fight get out gsc team and fight get out gsc team and fight
|
|
|
|
|
|
#27 |
|
Surprise Mother Fucker
![]() ![]() ![]() ![]() ![]() ![]()
Moderator
Join Date: Dec 2007
Posts: 4,769
HOME
|
bob snapped me like a twig in rby but you know what i came pretty close in gsc and we didnt do a rse battle i think but we all know who would win that (me)
|
|
|
|
|
|
#28 |
|
Banned deucer.
Join Date: Jul 2008
Posts: 173
only VIRUS MAN knows the answer
|
oh this one noob found my weak with 2 consecutive critical hits (he needed both)
it was my first loss in GSC in ages. I AM PISSED AND MUST TAKE ANGER OUT ON NEAREST NOOBATTLER. |
|
|
|
|
|
#29 |
|
Join Date: Mar 2005
Posts: 2,292
New Hampshire, USA
|
WHITE SMOKE
|
|
|
|
|
|
#30 | |||||
|
Fast-moving, smart, sexy and alarming.
![]() ![]() ![]() ![]() ![]()
Join Date: Aug 2005
Posts: 5,152
|
Quote:
When the guys who came up with AES (Advanced Encryption Standard) were looking for the method of encryption to use, one of the requirements is that it not be a trade secret / closed source. The cipher chosen, Rijndael, has articles explaining absolutely everything in it. Or, more topically, consider TLS (Transport Layer Security, formerly SSL, Secure Sockets Layer. This is what you're using when your browser says "https://..." instead of just "http://..."). It's a method of creating secure communication from endpoint to endpoint such that no one (not even your ISP) is able to view the contents of your message (unless one of the endpoints is compromised, for instance, with a virus). Why does this matter? http://en.wikipedia.org/wiki/Transpo...y#How_it_works TLS is an open protocol. Why this is all relevant to my previous post is simple: "A method of encryption that requires people to not understand it for it to work is a poor method of encryption." Quote:
Quote:
Quote:
Quote:
__________________
Previously obi. Technical Machine, a Pokemon AI. "Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat." - Sun Tzu Last edited by david stone; Jan 21st, 2009 at 3:53:46 PM. Reason: SID not SSID... I'm pretty sure NB doesn't have access to my Social Security number |
|||||
|
|
|
|
|
#31 |
|
Join Date: Jul 2006
Posts: 176
jolly roger bay in banjo&kazooie yep ~_~
|
they didn't fix in-game bugs, though =(
|
|
|
|
|
|
#32 | |||
|
Join Date: Oct 2008
Posts: 13
|
Quote:
Also if I misunderstood you in any way feel free to correct me. Last edited by White Base; Jan 22nd, 2009 at 3:43:52 PM. Reason: Didn't finish something |
|||
|
|
|
|
|
#33 |
|
Join Date: Apr 2007
Posts: 121
England
|
I'm not sure if Sand Veil works, it certainly doesn't on Dugtrio.
|
|
|
|
|
|
#34 | |
|
Fast-moving, smart, sexy and alarming.
![]() ![]() ![]() ![]() ![]()
Join Date: Aug 2005
Posts: 5,152
|
Here is a list of NB bugs that I maintained for a while (although there are several others, I don't know what they are because we stopped using that thread when we stopped using NetBattle):
http://www.smogon.com/forums/showthread.php?t=11965 Quote:
- Servers can't be crashed any more;" I personally can never trust the security of any program I am unable to audit.
__________________
Previously obi. Technical Machine, a Pokemon AI. "Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat." - Sun Tzu |
|
|
|
|
|
|
#35 | |
|
Join Date: Oct 2008
Posts: 13
|
Quote:
Also thank you very, very, very much for the bug log. |
|
|
|
|
|
|
#36 |
|
Join Date: Jul 2005
Posts: 1,341
|
Thanks
__________________
Blank - Filler Here |
|
|
|
|
|
#37 |
|
Fast-moving, smart, sexy and alarming.
![]() ![]() ![]() ![]() ![]()
Join Date: Aug 2005
Posts: 5,152
|
People have yet to crack Rijndael, and the fundamentals of that system have been known for hundreds of years. (AES winner = Rijndael)
"AES is the first publicly accessible and open cipher approved by the NSA for top secret information (see Security of AES, below)." I said earlier that the specification is completely open: here is an implementation of Rijndael in C, C++, C# / .NET, Delphi, Erlang, Flash, Java, Javascript, LISP, Perl, and PHP. Take your pick of how like to see it written out and take a crack at it. http://en.wikipedia.org/wiki/Advance...mplementations If you don't like Rijndael, how about Blowfish, Twofish (the updated version of Blowfish), or Serpent? Serpent was the second-place cipher in the AES competition, and as such, is also public domain. Blowfish and Twofish are public domain as well (Twofish was yet another one of the five AES finalists). Serpent is actually thought to be more secure than Rijndael, but the difference in security is the difference in "takes the life of the Universe to crack" vs. "takes several lives of the Universe to crack", and Serpent is slower. These are all good enough security for the U.S. government, and they are all open specification. I disagree with your assumption that leaks in code are the cause of security flaws, unless the code itself has holes to be exploited. My point is that if the source is closed, no one can know that a) there are no accidental flaws left behind (fewer eyes reading the source, and the people reading it are the people writing it, so they're more likely to look over the mistakes because they are the same people who made them), and b) there are no back doors in the code. Even if the program is written in a language I don't know (for instance, Ruby), if I so desired I could some day learn that language and then read the code myself to check for either of these security holes. Alternately, I could find a trusted friend who is familiar with the language and have them check it out for me. Either way, I don't have to trust every developer out there with my security. I don't know any of the NB programmers, so I have no particular reason to trust them; in fact, even if I did know the developers personally, I'd still want to be able to audit code. There are many examples in which the most secure programs are the open programs. Firefox is more secure than IE, Linux is more secure than Windows, TrueCrypt is more secure than whatever alternatives there are to that. I actually cannot think of a single case in which closed programming has been more secure than open programming. Even in the case of closed-source programming, the actual security mechanisms are usually published. (06:27:23 PM) Colin: all of the actual security algorithms those nonfree programs use are usually published (06:27:28 PM) Colin: even Microsoft publishes its security algorithms (06:27:45 PM) Colin: nonfree programs do tend to be less secure, but it's more because of coding errors and other oversights due to fewer people reviewing it (06:28:04 PM) Colin: all big software companies publish papers on their security algorithms though (06:28:09 PM) Colin: since they recognise the value of that (06:28:52 PM) Colin: e.g. the Microsoft research journal
__________________
Previously obi. Technical Machine, a Pokemon AI. "Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat." - Sun Tzu Last edited by david stone; Jan 23rd, 2009 at 8:39:33 PM. |
|
|
|
![]() |
| Thread Tools | |
|
|