HashSum is a .NET port from GNU's md5sum and sha1sum. It supports: hash algorithm selection between MD5 and SHA1 (more could be added later) and compatibility between HashSum and GNU's checksum file format
A library for easy use of symmetric encryption and decryption in java
A library for easy use of symmetric encryption and decryption in java.
Encrypt and decrypt with one line of code using common algorithms like AES.
Requires Java 7 or later.
I have packaged the Java encryption library with a wrapper used to make saving and loading files in Java easier. I have also included the source for a command line application to encrypt a String and save it to a text file.
The source for AESEncryption was actually written by "erickson" from Stack Overflow. The original post can be found here:
http://stackoverflow.com/questions/992019/java-256-bit-aes-password-based-encryption/992413#992413
Welcome to Data Access Layer for Java (DAL4j) a set of command line tools and framework used to reverse engineer a MySQL or SQLServer database schema into a set of JPA Entity Beans.
DAL4j can be useful for scenarios where there is an existing database schema but a technology other that JPA is used to interact with the database. DAL4j can provide an easy way to migrate your code base from other technologies such as JDBC or Hibernate to JPA.
The beans generated can be 1 or two types:...