VOOZH about

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

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


  • Software Development👁 Image
    Prabath SiriwardenaJanuary 23rd, 2013
    0 110

    OAuth 2.0 Bearer Token Profile Vs MAC Token Profile

    Almost all the implementation I see today are based on OAuth 2.0 Bearer Token Profile. Of course its an RFC…

    Read More »
  • Groovy👁 Image
    Burt BeckwithJanuary 11th, 2013
    4 152

    A Grails plugin to bridge Spring Security and Shiro

    I started using Spring Security in 2007 when I was tasked with adding security to a Spring/Hibernate application at the…

    Read More »
  • Enterprise Java👁 Image
    Roger HughesDecember 10th, 2012
    3 426

    Securing your Tomcat app with SSL and Spring Security

    If you’ve seen my last blog, you’ll know that I listed ten things that you can do with Spring Security.…

    Read More »
  • Core Java👁 Image
    Remon SinnemaDecember 3rd, 2012
    0 277

    Using Cryptography in Java Applications

    This post describes how to use the Java Cryptography Architecture (JCA) that allows you to use cryptographic services in your…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    RamkiNovember 27th, 2012
    8 1,537

    SQL Injection in Java Application

    In this post we will discuss what is an SQL Injection attack. and how its may affect any web application its…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesNovember 26th, 2012
    2 746

    Database Encryption Using JPA Listeners

    I recently had to add database encryption to a few fields and discovered a lot of bad advice out there.…

    Read More »
  • Core Java👁 Image
    Bear GilesNovember 23rd, 2012
    0 110

    Database and Webapp Security

    Threat Model This is a discussions on database and webapp security loosely based on the quick reference page on my…

    Read More »
  • Enterprise Java👁 Image
    Remon SinnemaNovember 19th, 2012
    0 226

    Permissions in OSGi

    In a previous post, we looked at implementing a sandbox for Java applications in which we can securely run mobile…

    Read More »
  • Core Java👁 Image
    Remon SinnemaNovember 14th, 2012
    2 620

    Sandboxing Java Code

    In a previous post, we looked at securing mobile Java code. One of the options for doing so is to…

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