Search results for all lists

10000 messages found
Sort by
List: websecurity@lists.webappsec.org
From: Stephen de Vries
 
Re: [WEB SECURITY] How to recognize brute force attack
Wed, May 22, 2013 9:54 AM
For example when I was developing TeamMentor we implemented that using the PBKDF2 hashing process (see https://github.com/TeamMentor/Master/blob/master/Web%20Applications/TeamMentor.CoreLib/TM_AppCode/Utils/Crypto.cs#L31 ) which also gave us a strong method to store user's passwords.. > > > > At the moment we have the PBKDF2 hash to last between 200ms and
List: time-nuts@lists.febo.com
From: David J Taylor
 
Re: [time-nuts] Precision Date/Time Calculations in MS SQL
Sat, Jul 2, 2011 3:18 PM
>> http://msdn.microsoft.com/en-us/library/ms187752.aspx >> http://msdn.microsoft.com/en-us/library/ms190476.aspx >> >> Hope that helps a bit. >> >> Cheers, >> David > Since we all know "time is money", this will also work.
List: websecurity@lists.webappsec.org
From: Omer Granot
 
Re: [WEB SECURITY] How to recognize brute force attack
Tue, May 21, 2013 9:14 PM
For example when I was developing TeamMentor we implemented that using the PBKDF2 hashing process (see https://github.com/TeamMentor/Master/blob/master/Web%20Applications/TeamMent or.CoreLib/TM_AppCode/Utils/Crypto.cs#L31 ) which also gave us a strong method to store user's passwords..
List: tacomaart@list.cityoftacoma.org
From: paintings (at) natalieoswald.com
 
Visit Merlino Arts Center for 3rd Thursday Art Mingle
Wed, Jan 16, 2013 9:45 PM
Hello, Please stop by and visit open studios and businesses featuring local art this Thursday from 5 - 8 pm at The Merlino Art Center, 508 6th Avenue.
List: websecurity@lists.webappsec.org
From: cfp (at) ruxcon.org.au
 
[WEB SECURITY] Ruxcon 2011 Final Call For Papers
Mon, Aug 15, 2011 10:53 AM
For more information, please visit http://www.ruxcon.org.au * Presentation Information Presentations are set to run for 50 minutes, and will be of a formal nature, with slides and a speech. * Presentation Submissions Ruxcon would like to invite people who are interested in security to submit a presentation.
List: time-nuts@lists.febo.com
From: paul swed
 
Re: [time-nuts] General Radio frequency standard question
Wed, Nov 4, 2015 2:26 PM
Can someone tell me if there's an active GenRad user >> group, web-forum, or mailing list on the web?
List: volt-nuts@lists.febo.com
From: Charles P. Steinmetz
 
Re: [volt-nuts] Valhalla 2734A
Sun, Aug 19, 2012 8:09 PM
The 732A manual is available on the Fluke USA web site: en&Supplement=false> Best regards, Charles
List: websecurity@lists.webappsec.org
From: Ryan Barnett
 
Re: [WEB SECURITY] WAF XSS Fuzzer?!
Wed, Feb 2, 2011 10:06 PM
Sorry for the thread hijackŠ -Ryan From: Ryan Dewhurst Date: Wed, 2 Feb 2011 21:36:44 +0000 To: Subject: [WEB SECURITY] WAF XSS Fuzzer?! > Hi list, > > I was wondering if such a thing existed and if not, would such a thing be > possible?
List: websecurity@lists.webappsec.org
From: Robert A.
 
Re: [WEB SECURITY] SSO request hijack
Wed, Mar 14, 2012 6:54 PM
Regards, - Robert A Moderator of the Web Security Mailing List/WASC Co-Founder http://www.webappsec.org/ http://www.cgisecurity.com/ http://www.qasec.com > >> >> Regards, >> - Robert A >> Moderator of the Web Security Mailing List/WASC Co-Founder >> http://www.webappsec.org/ >> http://www.cgisecurity.com/ >> http://www.qasec.com > > > > -- > Dan Crowley >
List: time-nuts@lists.febo.com
From: Jim Lux
 
beaglebones, time, web services
Sat, Jul 4, 2015 1:13 PM
BUT now, I'd like to add a web interface, so that it can be manipulated by a mobile device using a browser. One way I can think of is to run some sort of limited web server. there are a couple that come with the beaglebone, including the python "simplehttpserver".