From: Roderic P. <r....@bi...> - 2012-02-03 08:00:58
|
I'm reading this thread with a growing sense of horror. In this day and age there is no reason to store user passwords, see Jeff Atwood's http://www.codinghorror.com/blog/2010/12/the-dirty-truth-about-web-passwords.html (and http://www.codinghorror.com/blog/2010/11/your-internet-drivers-license.html ). There seems to be something seriously wrong with TreeBASE's architecture that it times out generating NEXML files. Apart from caching the output (+1), perhaps intermediate views could be created to cache key elements of the data structure to support creating NEXML files, rather than generating the whole thing from scratch. The issue with NEXML continues to be a source of grief for me, especially when I ended up with out of date and broken NEXML (which I'd cached locally to avoid hitting TreeBASE). When I harvest for projects like the TreeBASE browser I pause between requests, but still get time outs. At some point TreeBASE needs a radical rethink. A nonSQL document store would make life so much easier, as would cleanly separating the data entry stuff from the data storage and output. Regards Rod On 2 Feb 2012, at 22:44, Hilmar Lapp wrote: > > On Feb 2, 2012, at 5:28 PM, Rutger Vos wrote: > >> I had no idea we were under attack by brute-force rainbow tables. > > That's what an intruder would use if they got ahold of our (encrypted) user/password table. (For obvious reasons, one doesn't have to go there if the password isn't encrypted.) > > http://en.wikipedia.org/wiki/Rainbow_table > > -hilmar > -- > =========================================================== > : Hilmar Lapp -:- Durham, NC -:- informatics.nescent.org : > =========================================================== > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d_______________________________________________ > Treebase-devel mailing list > Tre...@li... > https://lists.sourceforge.net/lists/listinfo/treebase-devel --------------------------------------------------------- Roderic Page Professor of Taxonomy Institute of Biodiversity, Animal Health and Comparative Medicine College of Medical, Veterinary and Life Sciences Graham Kerr Building University of Glasgow Glasgow G12 8QQ, UK Email: r....@bi... Tel: +44 141 330 4778 Fax: +44 141 330 2792 AIM: rod...@ai... Facebook: http://www.facebook.com/profile.php?id=1112517192 Twitter: http://twitter.com/rdmpage Blog: http://iphylo.blogspot.com Home page: http://taxonomy.zoology.gla.ac.uk/rod/rod.html |