-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Jasypt 1.0 released: java encryption + hibernate integration
PostPosted: Wed Jan 31, 2007 10:30 pm 
Newbie

Joined: Wed Jan 31, 2007 10:18 pm
Posts: 10
Hello everyone,

I have just released version 1.0 of JASYPT (Java Simplified Encryption), and, as some of you might find it useful for your hibernate projects, I wanted to let you know.

This is a brief list of features (as published in TheServerSide):
    - It follows the RSA standards for Password-Based Cryptography.

    - It is completely thread-safe.

    - Can be both used in an "easy" way, with almost no difficulty, or in a highly-configurable, power-user way.

    - It provides comprehensive guides and javadoc documentation, to allow developers to better understand what they are really doing to their data.

    - It provides a Hibernate integration add-on (jasypt-hibernate) for persisting fields of your mapped entities in an encrypted manner. Encryption of fields is defined in the Hibernate mapping files, and it remains transparent for the rest of the application (useful for sensitive personal data, databases with many read-enabled users...)

    - It can be perfectly integrated into a Spring application. All the digesters and encryptors in jasypt are designed to be easily used (instantiated, dependency-injected...) from an IoC container like Spring. And, because of it being thread-safe, they can be used without worries in a singleton-oriented environment like Spring.

    - It allows a very high level of configurability: The developer can implement tricks like instructing an "encryptor" to ask a, for example, remote HTTPS server for the password to be used for encryption.


You can have a look at it at http://www.jasypt.org.

Regards,
Daniel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.