Hey all,
 
I had to work with a product a couple of years ago that produced secure logs... they used HMAC's on the log data (HMAC's are modified digital hashes using a symmetric key).
 
The JCE provides a HMAC implementation.
 
-Chris
 
----- Original Message -----
From: "Thilo Schottelius" <[EMAIL PROTECTED]>
To: "'LOG4J Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 1:20 AM
Subject: RE: Encrypting FileAppender

> Dear Aaron,
>
> Cryptix is a "JAVA implementation of PGP". But PGP has a the security
> approach that a group of people trust each other, whereas in a PKI you use a
> dedicated certificated security provider (for example the german telekom
> trust center) which provides you with digital signature and certificates.
>
> But maybe PGP (Cyptix) is what Yogi is searching for.
>
> Thilo
>
> -----Original Message-----
> From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Mittwoch, 23. Mai 2001 10:06
> To: LOG4J Users Mailing List
> Subject: RE: Encrypting FileAppender
>
>
>
>
> There are open-source JCE implementations: I've used Cryptix
>
>
http://www.cryptix.org/
>
> for digital signatures, etc. and found it to be very good.
>
> Regards
> - Aaron
>
>
>
>
>
> Thilo Schottelius <
[EMAIL PROTECTED]> on 23/05/2001 08:23:48
>
> Please respond to "LOG4J Users Mailing List" <
[EMAIL PROTECTED]>
>
> To:   'LOG4J Users Mailing List' <
[EMAIL PROTECTED]>
> cc:    (bcc: Aaron Bell/FBS/BKSCOT)
> Subject:  RE: Encrypting FileAppender
>
>
>
>
> Hi Yogi,
> 1) you may use the JAVA framework:
>
http://java.sun.com/products/jce/
>
> for encryption, generating public and private keys, but if you need a
> digital signature, you need an institution which offers (this may cost some
> "kilo" dollars (8-(( ) the signature to you. You also need the PK
> infrastructure.
>
> Thilo
>
> -----Original Message-----
> From: yogi [mailto:[EMAIL PROTECTED]]
> Sent: Montag, 21. Mai 2001 16:23
> To:
[EMAIL PROTECTED]
> Subject: Encrypting FileAppender
>
>
> Hi all,
>
> Anyone know of a FileAppender  that encrypts and digitally signs log output
> ?
>
> Regards,
> Yogi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
>
>
> ****************************************************************************
> ****
> The information contained in this message is confidential and is intended
> for
> the addressee only.  If you have received this message in error or there are
> any
> problems please notify the originator immediately.  The unauthorised use,
> disclosure, copying or alteration of this message is strictly forbidden.
> This
> mail and any attachments have been scanned for viruses prior to leaving the
> Bank
> of Scotland Group network. Bank of Scotland Group will not be liable for
> direct,
> special, indirect or consequential damages arising from alteration of the
> contents of this message by a third party or as a result of any virus being
> passed on.
>
> Bank of Scotland Group reserves the right to monitor and record e-mail
> messages
> sent to and from this address for the purposes of investigating or detecting
> any
> unauthorised use of its system and ensuring its effective operation.
> ****************************************************************************
> ****
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to