Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Hacking 101

    Not so much software related , but something to keep in mind when designing user interfaces aimed for security purposes. From the following picture, guess which buttons are being used for typing in the parking lot gate code ...   BTW, this is a real life parking lot code key..
    Posted to Roiy Zysman (Weblog) by zroiy on 07-27-2008, 12:00 AM
    Filed under: General Software Development, Security, Hacking, USer Interface
  • Secret Server 4.1 goes live!

    The team thinks it should be 5.0 since the new features were pretty huge! :)  The full release notes are here .  The new version includes role based security which allows you to slice and dice the access to various features across your organization.  We also have a new feature that allows...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 03-15-2008, 12:00 AM
    Filed under: Security, ISV, General Software Development
  • Bad password requirements

    This morning I signed up with a major credit card company website.  Much to my surprise I was greeted with this requirement while choosing a password: Your Password should contain 6 to 8 characters . at least one letter and one number (not case sensitive), contain no spaces or special characters...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 01-24-2008, 12:00 AM
    Filed under: Software Development, Security, General Software Development
  • Symmetric Salting - remember that salt goes with more than just hash

    If you understand hashing and salting then skip the next paragraph. Stored passwords for logins should be hashed and salted.  Hashing is a one way mechanism to produce a practically unique value based on the given input.  This is useful since we can store the hash (and validate the password...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 11-15-2007, 12:00 AM
    Filed under: Software Development, Security, General Software Development
  • Shipping Software ... Secret Server 3.1 Sneak Peek

    Shipping software is one of the most exciting times for a development team but this new release is easily the most anticipated version of Secret Server to date by our customers. Secret Server 3.1 will feature the two most requested features from customers who visited our booth at TechEd in June 2007...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 07-29-2007, 12:00 AM
    Filed under: TechEd, Software Development, Security, ISV, General Software Development
  • Kevin Jones is now an ASP.NET MVP!

    Our own Kevin Jones has been awarded MVP for ASP.NET by Microsoft. This award recognizes his excellence in technical skills and his contributions to the community in spreading best practices in software development. Kevin has been instrumental in the development of Secret Server since 2.0 and now including...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 04-10-2007, 12:00 AM
    Filed under: .NET, Security, Blogging, General Software Development
  • Web = Minefield

    A simple way to compromise security of computers everywhere. How nice. AttackAPI (0.6) August 31st, 2006 AttackAPI provides simple and intuitive web programmable interface for composing attack vectors with JavaScript and other client (and server) related technologies. The current release supports several...
    Posted to Jesse Ezell Blog (Weblog) by Jesse Ezell on 09-07-2006, 12:00 AM
    Filed under: General Software Development, Javascript, Hack, Security
  • Announcement week: Microsoft Standard User Analyzer

    as i have blogged earlier, this week starts with a firework of announcements. I missed a intresting new tool Microsoft Standard User Analyzer (pubished on thuesday) This application compatibility tool helps developers and IT professionals diagnose issues that would prevent a program from running properly...
    Posted to Hannes Preishuber (Weblog) by preishuber on 05-27-2006, 12:00 AM
    Filed under: Security, General Software Development
  • Why we should attack our own systems?

    Web page that is not attacked by security team or developers and testers before going to live can be considered as unsecure because nobody knows how it behaves under attacks. Unfortunately there are many web pages that are not secure and not event tested with security in mind. If some of these web pages...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 04-24-2009, 12:00 AM
    Filed under: General Software Development, Security
  • Stupid web.config mistake: Sections must only appear once per config file

    Today’s stupid mistake comes to you via the web.config file in an ASP.NET 4 Web application project. At runtime, when navigating to default.aspx, ASP.NET choked with this error message: Parser Error Message: Sections must only appear once per config file.  See the help topic <location> for...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 09-04-2010, 12:00 AM
    Filed under: Community News, .NET, ASP.NET, Security, General Software Development, Visual Web Developer, Visual Studio 2010, asp.net 4
Page 1 of 2 (15 items) 1 2 Next >