Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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) funções foram adicionadas. A limpeza do código final foi feito.
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

Documentação de referência podem agora ser automaticamente gerado a partir da fonte através da conversão de XDoclet para TLD a documentação. O código foi reformulado e limpos. Alguns pequenos bugs foram corrigidos.
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

Uma forma digerir tag foi adicionada para prevenir URL não autorizado / Forma variável de manipulação. O código foi reformulado e limpos. Ele usa Ant para construção / reconstrução. O DERConstructedSequence "obsoleta" método foi removido. Resultado impressão agora funciona quando o conteúdo do corpo tag está vazio.
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

Esta versão inclui uma frase-chave de armazenamento simétrica garantidos, opcional sementes aleatórias, uma cifra de fluxo RC4 (para criptografia de arquivos), a capacidade de limpar informações sensíveis da memória após o uso, e uma referência de marca que está disponível em PDF para impressão, Help do Windows e plain formato HTML. Esta versão também usa agora StringBuffer ao invés de String para armazenar informações sensíveis (senhas, e texto simples), sais PBE são aleatórios e armazenados dentro da string encriptada / arquivo, vetores IV (inicialização) são armazenados dentro da string encriptada / arquivo em vez da chave simétrica eo escopo padrão é agora corretamente definida (= 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

Esta versão tem criptografia híbrida, que combina diferentes funções criptográficas, tais como codificação de bloco, assinaturas e certificados X.509 em um objeto de seguro.
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