Jasypt

Free Java library for adding encryption capabilities a project with as little effort as possible
Download

Jasypt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Fernandez
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 2.3 MB

Jasypt Tags


Jasypt Description

Free Java library for adding encryption capabilities a project with as little effort as possible Jasypt (Java Simplified Encryption) is a free and easy to use Java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works. Here are some key features of "Jasypt": · Jasypt follows the RSA standards for password-based cryptography, and provides you with both unidirectional and bidirectional encryption techniques. · Open API for use with any JCE provider, and not only the default Java VM one. Jasypt can be easily used with well-known providers like Bouncy Castle. · Higher security for your users' passwords. · Binary encryption support. Jasypt allows the digest and encryption of binaries (byte arrays). Encrypt your objects or files when needed (for being sent over the net, for example). · Number encryption support. Besides texts and binaries, it allows the digest and encryption of numeric values (BigInteger and BigDecimal, other numeric types are supported when encrypting for Hibernate persistence). · Completely thread-safe. · Provides both easy, no-configuration encryption tools for users new to encryption, and also highly configurable standard encryption tools, for power-users. · Hibernate 3 optional integration 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...). Encrypt texts, binaries, numbers, booleans, dates... · Seamlessly integrable into a Spring application. All the digesters and encryptors in jasypt are designed to be easily used (instantiated, dependency-injected...) from Spring. And, because of their being thread-safe, they can be used without synchronization worries in a singleton-oriented environment like Spring. · Spring Security (former Acegi Security) optional integration for performing password encryption and matching tasks for the security framework, improving the security of your users' passwords by using safer password encryption mechanisms and providing you with a higher degree of configuration and control. · Provides advanced functionality for encrypting all or part of an application's configuration files, including sensitive information like database passwords. Seamlessly integrate encrypted configuration into plain, Spring-based and/or Hibernate-enabled applications. · Provides easy to use CLI (Command Line Interface) tools to allow developers initialize their encrypted data and include encryption/decryption/digest operations in maintenance tasks or scripts. · Integrates into Apache Wicket, for more robust encryption of URLs in your secure applications. · Comprehensive guides and javadoc documentation, to allow developers to better understand what they are really doing to their data. · Robust charset support, designed to adequately encrypt and digest texts whichever the original charset is. Complete support for languages like Japanese, Korean, Arabic... with no encoding or platform issues. · Very high level of configuration capabilities: 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. It lets you meet your security needs. Requirements: · Java What's New in This Release: · Dependency on ICU4j made optional in Java 6 environments. · Created new versions of old ACEGI's PasswordEncoder and PBEPasswordEncoder for Spring Security 2.x in package org.jasypt.spring.security2. · Random number generation algorithm can now be specified in RandomSaltGenerator. · Fixed bug in .sh files in the bin folder. $@ did not work with inputs that contained spaces and had to be substituted by "$@".


Jasypt Related Software