* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [000404 01:50]:
> >I wasn't planning on blazing new territory. :)
> That's too bad. We can always have more trailblazers ;)
Maybe in a few years time, I will try my hand at my own encryption
scheme. For now, implementing existing ones will be difficult (and
Hi Seth
>I wasn't planning on blazing new territory. :)
That's too bad. We can always have more trailblazers ;)
>I just want to know if an object encrypted in one VM can be decrypted
>and used in another VM, which is probably over the network.
That should work IMHO. The byte order is defined to b
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [000403 03:27]:
> > Or, should I perhaps be more interested in coming up with a stream
> > cipher that I could use in conjunction with the java streams?
>
> Sounds like you don't have much experience in the crypto field. Given that,
> you should NOT try to i
On Monday 3 April 2000, at 12 h 27, the keyboard of [EMAIL PROTECTED] wrote:
> > Or, should I perhaps be more interested in coming up with a stream
> > cipher that I could use in conjunction with the java streams?
Good idea. BlowfishDataOutputStream :-)
> Sounds like you don't have much experien
Ooops... rest of my thoughts comes with this mail.
> Or, should I perhaps be more interested in coming up with a stream
> cipher that I could use in conjunction with the java streams?
Streams are very convenient for crypto purposes, so most libraries use
them. For some ideas (and a free lib) have
> Or, should I perhaps be more interested in coming up with a stream
> cipher that I could use in conjunction with the java streams?
Sounds like you don't have much experience in the crypto field. Given that,
you should NOT try to invent an algorithm for production systems.
Greetings everyone,
I am in the designing stages of writing a cryptographic program in Java.
I would like to take instances of Object and encrypt them before sending
them to another Java client.
My question: can I run Objects through a method
encryptObjectUsingThisKey(Object o, Key k) on one comp
7 matches
Mail list logo