Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
replaced call to Bouncy Castle encryption with custom but OpenSSL com…
Browse files Browse the repository at this point in the history
…patible PBE key initialization and JDK-supplied AES128 cipher
  • Loading branch information
oleg committed Jan 26, 2009
1 parent 5f81fed commit 276b6f9
Show file tree
Hide file tree
Showing 7 changed files with 872 additions and 182 deletions.
7 changes: 7 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The code in this component contains a class - Base64 taken from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/Base64.java
which is Apache license: http://www.apache.org/licenses/LICENSE-2.0

The PBE key processing routine PBECipher.createCipher() is adopted from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/OpenSSL.java
which is also Apache APL-2.0 license: http://www.apache.org/licenses/LICENSE-2.0


Loading

0 comments on commit 276b6f9

Please sign in to comment.