VOOZH about

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

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


  • Software Development👁 Image
    Scott SehlhorstApril 7th, 2016
    0 132

    Encryption is not Binary

    If you ask someone if they require encryption on their device, first of all, you will likely get one of…

    Read More »
  • Core Java👁 Image
    Sandro MancusoMarch 30th, 2016
    0 165

    Mutual Problems

    The HTTPS protocol is the well-established standard for securing our connections. Understanding how this protocol works is not a problem…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecFebruary 16th, 2016
    1 4,785

    Skip SSL certificate verification in Spring Rest Template

    How to skip SSL certificate verification while using Spring Rest Template? Configure Rest Template so it uses Http Client to…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovDecember 16th, 2015
    0 370

    TLS Client Authentication

    I decided to do a prototype for an electronic identification scheme, so I investigated how to do TLS client authentication…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Markus EiseleNovember 11th, 2015
    0 109

    Theft-Proof Java EE – Securing Your Java EE Enterprise Applications

    Øredev is just a couple of days away, and I was invited to give two presentations. One of them is…

    Read More »
  • Software Development👁 Image
    Bear GilesAugust 25th, 2015
    0 270

    Why You Should Encrypt ALL Personally Identifiable Information (PII)

    Many critics have pointed out that Ashley Madison should have encrypted all personally identifiable information (PII). The database contained sensitive…

    Read More »
  • Software Development👁 Image
    Jim BirdJune 26th, 2015
    0 134

    Top 10 Lists for Designing and Writing Secure and Safe Software

    If you care about writing secure code, should know all about these Top 10 lists: OWASP Top 10 The OWASP…

    Read More »
  • Software Development👁 Image
    Lukas EderJune 22nd, 2015
    0 209

    Implementing Client-Side Row-Level Security with jOOQ

    Some time ago, we’ve promised to follow up on our Constraints on Views article with a sequel showing how to…

    Read More »
  • Software Development👁 Image
    Max KatzJune 16th, 2015
    1 203

    How to Keep REST API Credentials Secure

    If you are building mobile apps then you are connecting to some REST API. For example, if you want to…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close