Downloadliste

Projektbeschreibung

JCE taglib is a set of Open Source JSP tags, communicating with Sun's JCE (Java Cryptographic Extensions) library to bring strong encryption to your JSP applications.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-15 17:25
1.0

JSP 2.0 EL (Expression Language)-Funktionen wurden hinzugefügt. Eine endgültige Quelltextbereinigung war getan.
Tags: Code cleanup
JSP 2.0 EL (Expression Language) functions were
added. A final code cleanup was done.

2004-01-05 15:23
1.0RC

Referenz Dokumentation kann nun automatisch aus den Quellen werden durch die Umwandlung von Xdoclet auf die TLD-Dokumentation erzeugt. Der Code wurde Refactoring und aufgeräumt. Einige kleine Bugs wurden gefixt.
Tags: Major feature enhancements
Reference documentation may now be automatically
generated from source by converting from Xdoclet
to TLD to the documentation. The code was
refactored and cleaned up. Some small bugs were
fixed.

2003-02-27 20:53
0.9

Ein Formular verdauen Tag wurde zur Verhinderung unbefugten URL hinzugefügt / Form variabler Manipulation. Der Code wurde Refactoring und aufgeräumt. Es verwendet Ant für den Aufbau / Wiederaufbau. Die veraltete "DERConstructedSequence"-Methode wurde entfernt. Ergebnis Druckereien jetzt, wo der Tag-Rumpf Inhalt leer ist.
Tags: Major feature enhancements
A form digest tag has been added for preventing unauthorized URL/Form variable manipulation. The code has been refactored and cleaned up. It uses Ant for building/rebuilding. The deprecated "DERConstructedSequence" method has been removed. Result printing now works when the tag body content is empty.

2002-11-10 13:41
0.6

Diese Version enthält eine Passwort-gesicherten symmetrischen Schlüsselspeicher, optional random seeds, ein RC4-Stream-Verschlüsselung (für Datei-Verschlüsselung), die Fähigkeit zu sensiblen Informationen aus dem Speicher nach Gebrauch klar, und ein Tag-Referenz, die in einem druckbaren PDF, Windows-Hilfe und zur Verfügung steht plain HTML-Format. Diese Version verwendet nun StringBuffer statt String für die Speicherung von sensiblen Daten (Passwörter und Klartext), PBE Salze sind jetzt zufällig und gespeichert in den verschlüsselten String / file, IV (Initialisierungs-Vektoren) gehören in den verschlüsselten String gespeichert / Datei statt des symmetrischen Schlüssels und der Standard-Umfang ist nun korrekt eingestellt (= PAGE).
Tags: Major feature enhancements
This release includes a passphrase-secured symmetric keystore, optional random seeds, an RC4 stream cipher (for file encryption), the ability to clear sensitive information from memory after usage, and a tag reference that is available in printable PDF, Windows Help, and plain HTML format. This version also now uses StringBuffer instead of String for storing sensitive information (passwords, and clear text), PBE salts are now random and stored within the encrypted string/file, IV (initialization vectors) are now stored within the encrypted string/file instead of the symmetric key, and the default scope is now set correctly (= PAGE).

2002-10-22 01:10
0.5

Diese Version hat Hybrid-Verschlüsselung, die verschiedenen kryptographischen Funktionen wie Block-Algorithmus, Signaturen kombiniert und X.509-Zertifikate an einem sicheren Objekt.
Tags: Major feature enhancements
This release has hybrid encryption, which combines different cryptographic functions such as block cipher, signatures, and X.509 certificates in one secure object.

Project Resources