[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



> My question is when I see how RSA encrypts using PKCS
> [desc. deleted]
> How to solve this??

You don't.  Blind signatures only work with "pure" RSA.  You cannot
use PKCS encoding to perform blind signatures.  PKCS nullifies the
multiplicity that is required for these blinding techniques to work.

-derek