VOOZH about

URL: https://www.javacodegeeks.com/tag/security/page/15

⇱ Security Archives - Page 15 of 23 - Java Code Geeks


  • Core Java👁 Image
    Remon SinnemaAugust 14th, 2013
    0 86

    Securing HTTP-based APIs With Signatures

    I work at EMC on a platform on top of which SaaS solutions can be built. This platform has a…

    Read More »
  • Software Development👁 Image
    Jim BirdJune 24th, 2013
    1 342

    What is Important in Secure Software Design?

    There are many basic architectural and design mistakes that can compromise the security of a system: Missing something important in…

    Read More »
  • Core Java👁 Image
    Mainak GoswamiJune 17th, 2013
    8 1,289

    Java Security Tutorial – Step by Step guide to create SSL connection and certificates

    In our series of articles on applying JEE security we present you another detailed tutorial on how to create a…

    Read More »
  • Software Development👁 Image
    Jim BirdJune 9th, 2013
    0 190

    Choosing between a Pen Test and a Secure Code Review

    Secure Code Reviews (bringing someone in from outside of the team to review/audit the code for security vulnerabilities) and application…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Christopher MeyerJune 3rd, 2013
    1 128

    Browser-based Key Generation and interaction with the Browser’s Key/Certificate Store

    Imagine the following scenario: You need to get a key (in the asymmetric case the user’s public key) from a…

    Read More »
  • Software Development👁 Image
    Mainak GoswamiApril 19th, 2013
    2 325

    Understanding Transport Layer Security / Secure Socket Layer

    Transport Layer Security (TLS) 1.0 / Secure Sockets Layer (SSL) 3.0, is the mechanism to provide private, secured and reliable…

    Read More »
  • Core Java👁 Image
    Markus EiseleApril 19th, 2013
    0 86

    Java 7 Update 21 Security Improvements in Detail

    Oracle released three updates to Java yesterday. It is important to note that they contain several security related changes. The…

    Read More »
  • Software Development👁 Image
    Jim BirdApril 11th, 2013
    0 125

    Penetration Testing Shouldn’t be a Waste of Time

    In a recent post on “Debunking Myths: Penetration Testing is a Waste of Time”, Rohit Sethi looks at some of…

    Read More »
  • Core Java👁 Image
    Christopher MeyerMarch 26th, 2013
    0 280

    Weaknesses in Java Pseudo Random Number Generators (PRNGs)

    This will be a sum up of a Paper written by Kai Michaelis, Jörg Schwenk and me, which was  presented…

    Read More »
  • First
  • ...
  • 10
  • «
  • 14
  • 15
  • 16
  • »
  • 20
  • ...
  • Last
Back to top button
Close