> 
> Is it possible to encrypt binary files (pictures, pdfs etc) this way?
or
> only text files?

You'd use a block encryptor for that (AES, blowfish, ...) RSA can
encrypt per encryption only the number of bits that equals the lenghh of
its key. And it is terribly slow, that's why it is used for session key
encryption most of the time.

--Maarten

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to