Re: Block cipher access

2007-06-04 Thread Brian Hawkins
y use public/private keys to decrypt/encrypt stuff. Based on what you have said it looks like I need to create a PK11SymKey and use it right? Thanks Brian On 6/3/07, Robert Relyea < [EMAIL PROTECTED]> wrote: > > Brian Hawkins wrote: > > I would like to use a block cipher to en

Block cipher access

2007-06-03 Thread Brian Hawkins
I would like to use a block cipher to encrypt some data using a shared secret. It doesn't appear that nss provides access to the low level cipher suite, is that true? I cannot use public/private keys for my encryption because of a design issue. Is there any way to sign and encrypt data using