Hello David,
AES (the standard encryption algorithm that Clipperz uses) provides a
clear definition and relevant test vectors to define the expected
behavior.
Our implementation is based on the original specification, and not
derived from other source code.
We have automatic tests that include also the standard test vectors in
order to ensure that the algorithm is implemented correctly.
Another big issue when dealing with encryption, is the random number
generator. It is possible to screw the whole encryption schema if the
random number generator is not random enough.
In order to improve security, we have implemented also the Fortuna
PRNG (Pseudo Random Number Generator).
Hope this helps.
Regards,
Giulio Cesare
> --
>
> You received this message because you are subscribed to the Google Groups "Clipperz" group.
> To post to this group, send email to
clip...@googlegroups.com.
> To unsubscribe from this group, send email to
clipperz+u...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/clipperz?hl=en.
>
>
>