[cs631apue] Encryption and IPv6

Jan Schaumann jschauma at stevens.edu
Fri Nov 23 14:20:09 EST 2012


tparisi <tparisi at stevens.edu> wrote:

> I was wondering if we should include the IV as the first 8 bytes in the  
> message or if we should use an IV of 00000000.

You can use an IV initialized to zero.  (We will cover this in Monday's
class.)

>  Also, I have been trying  to get IPv6 addresses to work with the
>  server but only the IPv6 address  of "::1", which I think is the
>  localhost, is the only one that works.   Is this enough?

If it works with ::1, then you should be good.  You can also try this on
the link-local address (for example fe80::216:3eff:fec3:3c22).  I will
make available to you during our last two classes a host with a routable
IPv6 address for your testing.

-Jan


More information about the cs631apue mailing list