Slashdot Mirror


Nullsoft's Waste: Encrypted, Distributed, Mesh Net

Myriad writes "Nullsoft, makers of the venerable Winamp MP3 player, released today a secure, distributed mesh-like networking protocal and platform called Waste. This v1.0 beta release uses RSA (key based) and Blowfish encryption for security, and features Instant Messanging and group chat, along with file browsing, searching, and transfer. Waste has been released under the GPL, with source and binaries available here."

66 of 674 comments (clear)

  1. Hmmm.... by leviramsey · · Score: 4, Insightful

    AOL Time Warner (IIRC, owners of the second biggest recording company, not to mention one of the major recording studios) owns Nullsoft, which releases a program that the RIAA and MPAA will undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works....

    A cliche regarding:

    • a left hand
    • a right hand
    • and a lack of knowledge

    ...comes to mind.

    1. Re:Hmmm.... by glob · · Score: 5, Informative
      "undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works"

      uhh, waste is for small workgroups only ..

      WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.
      it's not about p2p file sharing, rather it's a colaborative tool.

      sure, you could use to to share illegal stuff, but it's really no different in that respect to email, icq, whatever.

      --
      nostrils
    2. Re:Hmmm.... by leviramsey · · Score: 3, Insightful

      And does that fact necessarily matter to the *AA?

    3. Re:Hmmm.... by Anonymous Coward · · Score: 5, Funny

      if you're not in encrypted communities for PIRATING, you're in it for TERRORISM.

    4. Re:Hmmm.... by Daniel+Phillips · · Score: 4, Insightful

      AOL Time Warner (IIRC, owners of the second biggest recording company, not to mention one of the major recording studios) owns Nullsoft, which releases a program that the RIAA and MPAA will undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works....

      That was a joke right? And the moderators who marked it "interesting" and "insightful" really meant to mark it "funny", they just hit the wrong button, right?

      In fact what we have here is a first cut at a secure distributed network presence system, something that would allow you to run an icq-like network between people you trust without being spied on by a central server. There are many reasons why one would want this: maybe *you* just want to trade copyrighted files, but *I* want to communicate securely and efficiently with my associates.

      As for why AOL lets Nullsoft do things like this, I suppose the choice is either to let them work on what they want to or lose the talent. What Nullsoft is doing is the best thing for the net, and so is the best thing for AOL in the end.

      --
      Have you got your LWN subscription yet?
    5. Re:Hmmm.... by abulafia · · Score: 3, Interesting
      which releases a program that the RIAA and MPAA will undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works....

      There is no reason to call it that. It is a communication tool that tries not to leak information. I would encourage RIAA members to use it themselves, to better secure internal conversations against unintentional leakage. I'm sure "they" send files to each other via email from time to time. Isn't this better? What's not to like?

      As a long time cypherpunk, I'm glad this is here. Way back in '94, I wrote out a model of this sort of thing, but with decent routing and key exchange, and then got busy working for money. I'm glad someone is doing this, even if it doesn't work on a larger scale.

      Please flame the evil cypherpunk vision below.

      --
      I forget what 8 was for.
  2. until when by Vej · · Score: 3, Insightful

    Makes you wonder how long it will be until protocols/network designs are attacked on the same basis as the product derived from them. ie p2p/filesharing.

    Considering nullsoft, might be a risky move.

  3. Interesting by harikiri · · Score: 5, Insightful
    I haven't yet spotted any cryptographic "reviews" of this yet, but it certainly looks like an appealing platform to work with.

    Going through the documentation, I found this:

    From here

    Note: It might be worth implementing WASTE using a subset of SSL, to avoid any concern of flaws in this protocol. Feedback is gladly accepted on any potential weaknesses of the negotiation. We have spent a decent amount of time analyzing this, and although we have found a few things that are not ideal (i.e. if you know public keys from a network, you can sniff some traffic and do an offline dictionary attack on the network name/ID), but overall it seems decent. The current implementation probably needs work, too.

    Which suggests to me that it isn't worth rushing out and developing application with *just* yet, until further reviews have occured (and the protocol has matured/evolved).

    --
    Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  4. Five minutes later by Jacer · · Score: 5, Interesting

    I read the article and immediately got excited. I downloaded all of the software and had it all setup and working within a few minutes. As of right now I'm living in an apartment and have no practical use, but on Monday I'm moving into my dorm room to start my summer class (bleh!) Anyway, I think this is so wonderful! I've been thinking about a secure network computing solution for my three computers when I'm at school. I have my server, workstation, and my laptop that I'd like to tie all together. The leading choice was vpn, but after playing around with this, I do think that running on my server and having the three of them connect to it, and maybe a few of my friends computers on campus, we can create a very nice, effective, small, and secure lan. Then again, after five minutes I haven't decided if the whole reinventing of the wheel is worth it. I'll probably try it out, and setup a vpn server too, and see which I like more.

    --
    --fetch daddy's blue fright wig, i must be handsome when i release my rage
    1. Re:Five minutes later by graveyhead · · Score: 5, Interesting

      VPN is better if you're a gamer...

      Once you've set it up for a firewall, the f/w effectively vanishes inside the VPN. A friend and I struggled with firewall configs for years tweaking for the game of the day. Enter VPN, and now we have a private TCP network without firewalls. Any game supports that, no reconfiguration required.

      The other thing is that it is built into w2k (my gaming platform of choice) and XP (friends platform). This means you can be up and running after reading some quick instructions on setting up the server, your shares (properly!), forward one TCP port (yes, only one) from your firewall to desktop, and that's it forever.

      Add an uber-IM like Trillian, and that's all you will ever need.

      --
      std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
  5. Interesting, not your usual peer to peer app. by rmlane · · Score: 5, Informative

    Designed for small groups of people (up to 50)

    It allows easy colloboration across firewalls, and only one user inside the firewall is required to allow all users inside access to the mesh.

    Each link is encrypted, but each message is decrypted and re-encrypted at each hop of the mesh, so you have to trust all of the nodes. It's also very hard to drop a node onc it is trusted, as each node shares public keys around to make sure all nodes have all public keys. Initial connection to the mesh requires manual key exchange. PITA, but moderatley secure.

    All network traffic is encrypted, it will flood each mesh link with a minimum amount of bandwidth to foil traffic analysis.

  6. For readers of Pynchon. . . by BitHive · · Score: 4, Informative

    That's W A S T E, not 'Waste'.

    1. Re:For readers of Pynchon. . . by IntlHarvester · · Score: 5, Informative

      Above post was not at all offtopic. Crying of Lot 49 is a good nerd book, so go read it.

      In the book, W.A.S.T.E is an underground postal system that allowed people to exchange messages without the authorities finding out.

      --
      Business. Numbers. Money. People. Computer World.
    2. Re:For readers of Pynchon. . . by Surak · · Score: 4, Interesting

      And I doubt that's a coincidence either considering that's exactly what the protocol seems to do.

      Now I've never read the book, but I'd say in an underground postal system every person in the system has to be trusted. Much like this protocol -- each node in the network needs to be trusted.

      You have to build your own little underground network with a few trusted friends. This reminds me a lot of the pirate BBS days ... if you wanted access to the 'private' or 'elite' (we didn't use such silliness as 31337 ;) file sections, you had to know the sysop.

      This system allowed for only quality 'warez' files because everyone who was allowed to trade files had to be trusted, and therefore they weren't going to damage their reputation by sending crap like you get on P2P nowadays like incomplete packages or stuff that said it was one thing, but really was another thing. Back when trading pirated software was more like a gentlemen's agreement and not the 'o-D4Y \/\/4R3Z!!!!' crap pimply-faced teenagers with nothing better to do do today.

      On the other hand, one has to think, 'Who needs it?' Most of us who were in that community back then have merged in with the Open Source community today and if we trade software at all it's with a CD burner over a cup of coffee. ;) OTOH, maybe this is just the thing for people like us.

      Just a thought...

  7. Re:I have to ask.. by kliment · · Score: 5, Insightful

    I think this is meaningful, as it is an ad-hoc way of creating aa VPN. Also it would probably be faster if a few of the nodes have fast connections. If your friends don't see a reason behind this, then maybe it is not meant for your circle of friends. About the anonymous issue, note that Freenet already exists and works to handle that problem. This is meant to address a completely different issue

  8. Is Groove doomed? by misuba · · Score: 4, Interesting

    Resolved that: Gnutella aside, this technology is really a direct shot at Groove Networks, the company founded by Ray Ozzie of Lotus Notes fame to sell P2P-derived technology to small and large business.

    Discuss.

    --

    If you don't pretend to be anyone, are you?

    1. Re:Is Groove doomed? by reaper20 · · Score: 4, Funny

      If

      a) Groove was actually used by anybody and
      b) It wasn't such horrible software

      then I would say yes. Unfortunately Groove is a solution looking for a problem, and how many people get excited when you hear "designed by the guy that designed Notes."

  9. Re:I have to ask.. by Motherfucking+Shit · · Score: 5, Insightful
    What's the point? If you can only connect to people who's key you have, and if only people who have your key can connect to you, this is going to be a pretty private thing.
    Exactly, privacy is what it's all about. People tend to forget (or not realize to begin with) that every bit of chatter they send to one another on AIM goes through AOL's servers, every message they send to their buddy on MSN Messenger passes through Microsoft's servers, etc. Waste gives you the ability to conduct reasonably secure conversations and chat. Sure, it's not as geeky as running your own private IRC server wrapped in stunnel, but hey, the easier crypto becomes, the better.

    The next time you want to have a chat with a friend, but you don't exactly want the contents bouncing all over the internet in plaintext, this looks like the perfect application. Reminds me somewhat of a program called SIMP, which is a minimalistic Blowfish-ized IM program.
    --
    "BSD: Free as in speech. Linux: Free as in beer. Windows 10: Free as in herpes." --Man On Pink Corner in #52607549.
  10. Re:Gnutella by localghost · · Score: 4, Funny

    No, Ferrero makes Nutella.

  11. Re:Gnutella - YES by Anonymous Coward · · Score: 3, Informative

    Yes, Nullsoft originally created Gnutella then parent company AOL forced them to stop development, but the cat was out of the back and code was leaked/reverse engineered.

  12. Re:fix what needs fixing by misuba · · Score: 5, Informative

    Winamp 2.9 is the latest release of the Winamp 2.x codebase, which takes most of the good ideas that went into Winamp 3 and codes them back to an API free of excessive abstraction. It's been out for weeks, if not months. Check your facts before posting.

    --

    If you don't pretend to be anyone, are you?

  13. Re:Gnutella by MacJedi · · Score: 5, Informative
    Yes, they did. However, AOL didn't like it and got it shut down within the day. Then someone (Justin Frankel?) leaked the source and the rest is history.

    /joeyo

    --
    2^5
  14. Re:Beep! by millwall · · Score: 4, Funny

    "[...] It makes noises on keyboard/mouse input :-) [...] it is 'cute' enough to impress my girlfriend."

    Where do you find a girl that could be impressed that easily? No need for fancy restaurants or expensive gifts, just type on your keyboard and she goes mental.... nice!
  15. Re:Gnutella by Magila · · Score: 5, Informative

    Indeed, here is the original slashdot story. Of course AOL quickly ended development at nullsoft, it lived on after the protocol had been reverse engineered and others picked up where nullsoft left off.

  16. Re:I have to ask.. by junklight · · Score: 4, Insightful

    The problem that we have here is that this network is NOT for piracy and therefore a lot of slashdot readers cannot see the use for it. Think instead of people working together - a workgroup as it where. For example why pay rental fees on an office when you can have a virtual one using tools such as this? Now I am not sure how great this tool is for that right not (I'm guessing - first release - not very) but I am sure it will come if people start using it.

  17. They already fixed Winamp, whiner by Anonymous Coward · · Score: 3, Informative

    Firstly, the WA2 group backported the two major features of WA3 (video support and the media library) to WA2 and released it as WA 2.9. Development continues on a hybrid tree under the working title WA5 (2 + 3 == 5).

    Secondly, not everyone shares your idea of "what they need to do". Winamp is a nice media player, but nevertheless just a media player; to many people, a protocol that facilitates cryptographically secure collaboration is infinitely more useful.

    Thirdly, I'm not clear on what obligation you think Nullsoft owes you even when they're on company time, but I wouldn't be surprised if WASTE was written in spare time--you know, for fun.

    1. Re:They already fixed Winamp, whiner by UniverseIsADoughnut · · Score: 3, Interesting

      Hey good their working on the old series, which would show they accept the issues of the 3x series.

      I know many people do feel the way I do, talk to most people who have tried 3.0 or even go to their website and see people bitching about it. Winamp is the most used player in windows, second only to WMP, though I wouldn't be surprised if more used. To stop trying to make a decent product and ignore the problems will cause them to loose their marketshare and thus make them worthless, not a very good business model if you want to be around to do other things like protocols.

      Also I don't think many people care about this protocol, sure the paranoid types might, but this is very much something most people could care less about.

      Also I in no way have said they are obligated to do anything. I was just pointing out how they have gone from something good to complete crap. I don't belive companies own anyone anything unless there was some deal which requires them to.

      I doubt it was done in spare time, if it was employees doing something it was during work time, and if there are things that need to be done to your product you don't have "free time" . Free time is when there is nothing you should be doing.

      Nullsoft is a company. Time is money for them. Users are money for them. Being a company that gives product away for free, the balance of keaping them is huge. If no one goes to your sight and clicks on ads and so forth they are done.

      One last thing, they haven't fixed jake shit. winamp 3 is broken, go to their sight, winamp 3 is what they are advertising. Making updates to an older product is not fixing. To be fixed means they got all the issues sorta out with 3.0 .

    2. Re:They already fixed Winamp, whiner by awakened+tech · · Score: 3, Interesting

      To a certain extent this protocol is probably far more important than winamp will ever be. We keep hearing predictions of how IM is the next big thing in business, however no buiness is going to touch current IM technologies for two main reasons, security and accessibility (if I have MSN installed I will spend more time chatting to my mates than collaborating with my colleagues). WASTE solves those two problems and therefore enables businesses to seriously look at using IM type technologies in the work place.

  18. Re:Download and mirror this by Farley+Mullet · · Score: 4, Interesting

    +4 RTFA! more like it.

    And I blockquote:

    WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.
    So this isn't really a thing like gnutella. It's an enterprise product. As other posters have noted, it could conceivably be used to share (AOL-TW) copyrighted works, but that doesn't seem to be anywhere near it's main purpose. Heck, AOL is probably releasing the core technology as OSS to get the community to shake it down for bugs, in anticipation of releasing a commercial product built on top of the protocol. Kinda like how Apple has worked on open source technologies like zeroconf, and released commercial products like rendezvous built on the technology.
  19. 1337 by houston_pt · · Score: 5, Funny

    Listen port
    Listening on port 1337


    Somehow I think this is a very well chosen port... ;-)

    --
    coffee | nose > keyboard ©
  20. 4 years later May 28th by Isosonys · · Score: 5, Interesting

    Did nullsoft do this to thumb its nose at Aol? It was released May 28th 4 years after Aol paid a nice sum to buy Nullsoft.

  21. Yes, it's GPL and it says so... by malakai · · Score: 4, Informative
    I don't know, are you a troll?

    Try searching on 'GNU General Public License' Einstein.
    /*
    WASTE - connection.cpp (Secured TCP connection class)
    Copyright (C) 2003 Nullsoft, Inc.

    WASTE is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    WASTE is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with WASTE; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    */
  22. Re:I have to ask.. by Anonymous Coward · · Score: 4, Informative
    But you're also right, it won't gain wide acceptance unless there's easy way to connect to the "network".. I just opened the "Network status" dialog, and what do I type in?
    There is no network. The goal isn't "wide acceptance". This isn't another way for you to get your mp3s, porn, whatever. Front page of the site, emphasis added:

    WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.

    WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.

  23. As for the "What's the point" question... by malakai · · Score: 5, Interesting

    put on your conspiracy hats...

    Think of it this way, these guys know probably better than anyone else NOT on the AOL IM team, just how much of IM conversations are monitored, logged, mined for information, media metrics...etc.

    Not to mention, they work in that environment, they prolly want to be able to say "god damn, our executive VP is a bitch" and not have some network engineer provide a log documenting that conversation later.

    Yeah, i wish it scalled, but wtf, its opensource. Go make it scale. For now, 10-50 is plenty for most groups of online friends.

    Personally, I'd loved to see technology like Pastry get hacked into it.

    -malakai

  24. Linux port ? by theefer · · Score: 4, Interesting

    How many minutes before we can see the first Linux port (it works under W$, FreeBSD and MacOS X) ?

    --
    theefer
    1. Re:Linux port ? by Kompressor · · Score: 5, Interesting

      Closer than you think...

      I haven't used C in 3 years and I managed to get it to compile with a bit of hacking. As for stability, your guess is as good as mine...

      diff -r waste/Makefile.posix waste_port/Makefile.posix
      4c4
      < RSAOBJS = md5c.o nn.o prime.o r_random.o rsa.o
      ---
      > RSAOBJS = rsa/md5c.o rsa/nn.o rsa/prime.o rsa/r_random.o rsa/rsa.o
      7,8c7,8
      < CXXFLAGS = -O2 $(DEBUGFLAG) -pipe -march=pentiumpro
      < CFLAGS = -O2 $(DEBUGFLAG) -pipe -march=pentiumpro
      ---
      > CXXFLAGS = -O2 $(DEBUGFLAG) -pipe
      > CFLAGS = -O2 $(DEBUGFLAG) -pipe
      diff -r waste/connection.cpp waste_port/connection.cpp
      771c771
      < if (::getsockname(m_socket,(struct sockaddr *)&sin,(socklen_t *)&len)) return 0;
      ---
      > if (::getsockname(m_socket,(struct sockaddr *)&sin,(unsigned socklen_t *)&len)) return 0;
      diff -r waste/listen.cpp waste_port/listen.cpp
      85c85
      < int s = accept(m_socket, (struct sockaddr *) &saddr, (socklen_t *)&length);
      ---
      > int s = accept(m_socket, (struct sockaddr *) &saddr, (unsigned socklen_t *)&length);
      diff -r waste/srvmain.cpp waste_port/srvmain.cpp
      31c31
      < #include "md5.h"
      ---
      > #include "rsa/md5.h"
      diff -r waste/xfers.cpp waste_port/xfers.cpp
      812c812,814
      < if (!RemoveDirectory(s)) break;
      ---
      > // The below seems to be from the win32 API. I'll just comment it out and hope it doesn't break anything.
      > // Jordan R. Urie
      > // if (!RemoveDirectory(s)) break;

      --
      kmem russian roulette: Aquillar> dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM
    2. Re:Linux port ? by grazzy · · Score: 3, Informative

      This code actually does work, with this patch you are able to both transfer files, connect, and chat.

      The tricky thing is to set up the server properly.

      The easiest way is like someone else pointed out to make a new profile in waste, (copy your own default.pr* files out of the way first).

      Then, add your public SERVER key to your public-key list in the windows-client. And add your public-windows-client-key to the list of keys of the server.. (default.pr3).

      Dont forget to NOT use a network name ( or make sure they are the same in your default.pr0 files).

      If you want to join my server contact me on icq: 706826, or see http://waste.mjoelkbar.net/ which will be online soon.

  25. AOL Time Warner... by tolarianacademy · · Score: 4, Interesting

    ...owns Nullsoft, (as already mentioned by leviramsy) but an interesting theory had been presented to me, suggesting that AOL Time Warner has for some time been planning to trump Apple's iTunes store. Maybe they are planning to power such a service with peer networking? I have never beleived this personally because AOL Time Warner would just as soon want to have everyone surfing from the same servers anyhow, and a decentralized system would only tax their bandwidth more. Maybe...maybe they will release such a service that utilizes both p2p transfers in combination with traditional server-to-client transfers, and maybe use it as an advertising platform for AOL, giving AOL users better functionality, or maybe even restricting server-to-client transfers to AOL users once the service becomes popular. Does anyone else think this idea is bogus? I find it hard to beleive, but I can't figure out how else Nullsoft could be /allowed/ to create this new service.

  26. Revolution of Filesharing? by cyberm_acc · · Score: 5, Interesting

    I'm suprised no one has mentioned the obvious. This is a terrible blow to the RIAA and the all the people who have been trying to sue filesharers into oblivion.

    There are two uses I see for this:
    There are going to be groups of people dedicated to one theme, for example, Horror Movies, or Horror Movies with mutant bees, sharing all their Horror Movies, you will need a certain ammount of Horror Movie Uploads for Downloads and noone will ever be to know you had Queen Bee 1-3.

    If you replace Horror with new release you get lots of small miniDonkeys, many interconnected and unstoppable.

    I'm convinced this is a revolution in filesharing because it solves the two biggest Problems filesharing has, crappy downloads and getting sued.
    The downloads will be of really good quality beacause you will be sharing with friends of people you know from chatting and if the put crap in their upload directory they won't be one of your cirle of friends much longer.

    Getting sued is obvious, noone will be able to tell what you are doing (the might be able to guess that all those people on cable are not running a vpn yet) as just your circle of friends know. There is still the possibility that one of your friends is a traitor but i would call that a rare chance.

  27. Re:I have to ask.. by GMC-jimmy · · Score: 4, Informative

    If your not scared of Beta software, there's an IRC client that supports encryption for queries and even channel messages. You do have to share your key with whom ever you want to be able to read your messages however.

    It's KVirc 3 over at www.kvirc.net.
    It's primarily writen for KDE/Linux but they also have a pre-compiled Win32 stand-alone.

    --
    __________________________________
    Free your mind - Flush your toilet
  28. Re:Download and mirror this by Ed+Avis · · Score: 4, Interesting
    WASTE is a software product and protocol...
    It's understandable for marketeers and Microsoft to say 'software product' as a euphemism for 'computer program', but do hackers have to start doing it as well?
    --
    -- Ed Avis ed@membled.com
  29. Re:Why didn't they call it "Idiot"? by driftingwalrus · · Score: 5, Insightful

    Beleive it or not, but they're not trying to sell it. You only need marketing if you plan on selling it.

    --
    Paul Anderson
    "I drank WHAT?!" -- Socrates
  30. Re:Beep! by Debian+Troll · · Score: 3, Funny
    Dear levinramsey,

    I've just gotten off the phone with Bruce Perens, talking about that very topic! At the moment, both Bruce and I are too busy to devote much time to our Debian-focused e-newsletter, Elitist Open Source Zealot Virgin. As you may be aware, I am totally consumed with my current Windows port of apt-get, and Bruce has a full time job just keeping the hobos and crack junkies out of his cardboard box underneath the 23rd Street rail bridge.

    Sincerely,
    Debian Troll.

  31. By their calculations by LiquidCoooled · · Score: 5, Funny

    To the MPAA, 50 nodes running on a fast network means there are really 300 wicked infidel filetraders!!!!

    --
    liqbase :: faster than paper
  32. Re:I have to ask.. by spectral · · Score: 4, Informative

    Eh, yes it does. Otherwise I'd have a lot more connections open while talking to people than just the one single connection to AOL's server. Hence the 'direct connect' button, which then DOES establish a direct connection to the server. Also, ICQ now uses modified versions of the AIM protocol(s) anyway (or at least, can run on them), so all ICQ traffic prolly goes through the servers too.

    I bet the other networks are the same. MSN, Yahoo, etc. Direct connections are a bit slower to start up, and a bit more of a security risk, since you now know the other person's IP address.

  33. daemons name by Anonymous Coward · · Score: 5, Funny

    Is it called wasted ?

  34. Re:JabberIM does this by wossName · · Score: 4, Informative

    As much as I love Jabber, that's simply not true. Jabber has no widely implemented encryption between all links, and file transfer is not exactly its strong side.

    --
    Someone is wrong on the Internet!
  35. Everyone invented Gnutella by CrazyJim0 · · Score: 5, Interesting

    I think hundreds or thousands of coders thought of this shit, especially when Napster got shutdown.

    I personally came across it when removing a section of my P2P anti hacking designed for Diablo 1 to be secure even without a central server.

    Interestingly enough, I was going to call my Gnutella: Dumpster

    Which is cool they're naming their software: Waste

    Lets see how it turns out

  36. It's a really useful tool for business too by Eminence · · Score: 5, Interesting

    WASTE is something that is indeed very useful for small company or teams (especially dispersed teams) in larger organizations. In many places one or another IM system is being used to communicate with team members. Over ICQ or AOL contracts and employment conditions are discussed, remarks about contractors and clients are passed etc. That is a huge security leak if you look at it from a certain prospective, especially for some profiles of companies like small consulting firms with employees regularly using clients networks. WASTE is a simple to use and free method of closing that leak.

    I know at least two small companies that should adopt WASTE immediately and I would advise them to do so. One is a PR company with 2-10 people offices around Europe, where ICQ is frequently used as a discussion medium. Other is a small consulting company. Someone eavesdropping on their ICQ chats could seriously damage both of them.

  37. What no LibTomMath for bignum RSA? by tomstdenis · · Score: 4, Informative

    Oh darn. Looks like they used some homebrew crap for their bignum stuff.

    Common LibTomMath is like a billion times faster [not to mention very well tested]....

    Plug plug plug!

    http://math.libtomcrypt.org

    Tom

    --
    Someday, I'll have a real sig.
  38. Re:downloaded, now what? by zonix · · Score: 4, Funny
    okay i've downloaded it. now how the hell do I connect to someone else and start talking?

    You need to have friends, dude! :-)

    z
    --
    What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  39. Key exchange by yem · · Score: 4, Interesting

    "Initial connection to the mesh requires manual key exchange. PITA, but moderatley secure."

    IIRC, key exchange is where most encryption schemes fall down. If this ever takes off I'd guess 99% of users will trade keys over plain ol unencrypted SMTP.

    Nice summary though - this really does look interesting.


    --
    No, I did not read the f***ing article!
  40. Re:Looks great but... by tamagen · · Score: 4, Informative

    You need at least one other client running somewhere.

    You both need to enter each other's public key into your client to get started. This step shows that you "trust" one another.

    Anyone else who wants to join your "network" must also enter one of your existing network members' public key into their client and have that existing member enter the new user's public key into *their* client. This step automatically makes the new person "trusted" by all the other members of the network - the important part is that you don't have to explicitly swap public keys with EVERYONE - just with one member of the network. The client does the rest once you connect to the network - see below.

    Now, to get started and initially connect to someone's machine, enter their hostname or IP address (not their "username") into the "Network" window. This primes your client - it will then discover all it needs to know about the other members of the network, since by default, each client will be broadcasting discovery information (usernames, hostnames, public keys).

    The "Browser" window shows all the users in the network, but currently ONLY if they are sharing one or more files. So, get each person who joins the network to share at least a test file so that they will always appear in everyone's "Browser" window.

    Right-click on any names in the browser window to start interacting with them.

    HTH

  41. Re:Gnutella by lucas_gonze · · Score: 4, Informative

    This is just plain wrong. The source was never available, leaked or otherwise.

    The protocol was reverse engineered, with a little assistance on IRC from deadbeef.

  42. Re:name "Waste" -- Pynchon's The Crying of Lot 49 by elwinc · · Score: 5, Interesting
    I believe the name "Waste" is a references to Thomas Pynchon's novel "The Crying of Lot 49." In the novel, W.A.S.T.E is either a hoax or a secret system for communication, and (might) stand for "We Await Silent Tristero's Empire." Here's a little quote:

    "Last night, she might have wondered what undergrounds apart from the couple she knew of communicated by WASTE system. By sunrise she could legitimately ask what undergrounds didn't....[H]ere were God knew how many citizens, deliberately choosing not to communicate by U.S. Mail. It was not an act of treason, nor possibly even of defiance. But it was a calculated withdrawal, from the life of the Republic, from its machinery. Whatever else was being denied them out of hate, indifference to the power of their vote, loopholes, simple ignorance, this withdrawal was their own, unpublicized, private. Since they could not have withdrawn into a vacuum (could they?), there had to exist the separate, silent, unsuspected world."
    --
    --- Often in error; never in doubt!
  43. Re:Gnutella by JeffSh · · Score: 4, Interesting

    deadbeef is justin frankel for anyone who is interested. same guy who did winamp, really a great software guy.

    the reason why winamp 3 sucks so much, is because it's written by some other guy. justin isn't even in the credits of winamp3 .. sad

  44. The Right Hand Knows by fm6 · · Score: 5, Informative
    In fact what we have here is a first cut at a secure distributed network presence system, something that would allow you to run an icq-like network between people you trust without being spied on by a central server. There are many reasons why one would want this: maybe *you* just want to trade copyrighted files, but *I* want to communicate securely and efficiently with my associates.
    Besides which, this software isn't particularly useful for illicit file sharing. For that you need a way to get into contact with strangers who happen to have a copy of the file you want to download. The encryption features would actually seem to work against that.

    Also, this is technology that might be very useful to AOL. AIM's big drawback is that it's not very secure, and really shouldn't be used for sensitive corporate communication. (Though the engineers at my last employer used it anyway.) AOL could persuade people that are already using AIM for free to upgrade to WASTE in order to secure their communications. Not to mention the other features.

    We Await Silent Trystero's Empire!

  45. Re:linux? by JakusMinimus · · Score: 3, Informative

    yeah, the root of this is a #define for socklen_t in the non-win32 code (which is already typedef'd in system headers). my solution was to put a #ifdef POSIX around the define.

    --

    You can be an atheist and still not want to succumb to some weird cross-over sheep disease -- AC
  46. up and running on linux by JakusMinimus · · Score: 4, Informative
    a link to the cleaned up code i am running: http://www.entheal.com/users/dweomer/waste-source- clean.tgz

    my server's public key
    WASTE_PUBLIC_KEY 20 2048 entheal.com
    ABB44E9339FC6CE16A3C04A9D828AD3F6C78A 308FF66442E35B3F69C2CFC
    7AAF98FFFCE94A95E074C6B8F B8F46105A7575A5AB9CFBF9112E1AE13C02
    B7CFDA578CD7B 114A64E6B18D9F857BD982E741D2A214EE52878580B51DA
    4 081980FA0923244FA59D05FE314347384D23DBD58C736D71D6 D490EFD4D
    E3587D463D351236280BCAD18DD40F12D9F0DAF 6C3C88CAB2243A21B7A8D
    B0C89075685E12052263C6DD9EA 6809967A7D354037EF00F078E5E298DFC
    2E89E43AF161FCF B30B2B41873F0BB34706B4C8EF749B6A3E45135F9F08D
    FAF 6F684E29787ECE5FB0DFEBABF904C11327CE085F735C0D7E08 DE811B3
    04CEC56742090AA7A714497B9CEF1C35000301000 1
    WASTE_PUBLIC_KEY_END
    server name is entheal.com (you may have guessed from the public key ... )
    --

    You can be an atheist and still not want to succumb to some weird cross-over sheep disease -- AC
  47. The good, and the bad.... by NerveGas · · Score: 4, Insightful


    While on the surface, this might seem like a reinvention of IP tunnelling and VPN's, there are a couple of important features bundled in that set it apart:

    1. It turns each node into a router. While you can establish a VPN with other tool kits, you still have to enable and configure the routing manually.

    2. It's entirely user-land - it's a standalone program that a user can plop on their machine and be on their way.

    The best part about it is that you can get through firewalls. The worst part about it is that you can get through firewalls.

    Most people are pretty polar in their opinions of firewalls, with most of those people seeing them a fascist mechanism to control what they can see. In some (perhaps most) cases, that can be true. However, firewalls are much more than that: They can (and often are) used to protect YOU, the clueless end-user, from the other bad people on the Internet.

    After I clear out counters on firewall rules, it's not uncommon to see 10-20 (sometimes more) incoming attacks within 5 seconds.

    So, this will be great for letting people browse the web from work. On the other hand, it will expose them to propagation of worms and attacks which would have otherwise been caught by the firewall.

    Is this a good program? Overall, I think that it's a good thing that NullSoft created it. We simply need to realize that with all of the benefits it brings, it will also bring a few negatvies with it.

    steve

    --
    Oh, you're not stuck, you're just unable to let go of the onion rings.
  48. Re:name "Waste" -- Pynchon's The Crying of Lot 49 by dav · · Score: 3, Interesting

    Ah! I love this book! I about jumped out of my seat as soon as I saw the trumpet icon :) ...but isn't it supposed to be a muted trumpet?

    Nevertheless, it's a great name choice....

  49. well, the download page just went 404 by ntk · · Score: 3, Informative

    I guess AOL found out again...

  50. and now W A S T E by akahige · · Score: 4, Informative

    AOL must not like W A S T E either. it's been pulled and there's no trace of it on the nullsoft site. hope someone mirrored it...

  51. Found a Mirror by Anonymous Coward · · Score: 5, Informative

    while perusing the winamp forums, I found a mirror:

    waste installer
    waste source

  52. Re: Gone! by MMHere · · Score: 4, Informative
    Thread ID#13077 in a message entitled WASTE gone... RETURNED! (look in the forum CommunityCenter/GeneralDiscussions at forums.winamp.com has the source and binary posted.

    You'll have to register for the WinAmp forums first.

    Not sure if the poster hacked/altered them first, but at least something appears to be there. I was unable to grab the installer earlier, but I did grab the .zip for the sources earlier. The .zip I grabbed earlier and the .zip posted in said forum match according to the cmp command.

    I'm gonna build from the sources myself rather than run the posted .EXE.

  53. Waste Mirror by Freaek · · Score: 3, Informative

    Waste is here

    Contents of the file are as follows;

    waste - network architecture.htm
    waste - network architecture_files
    waste - security model and implementation.htm
    waste-setup.exe
    waste-source.tar.gz
    waste-source.zip

    This will be up until it's not. Enjoy! :)

    --Pete (peteg [at] sifnt dot net)