Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: RSA Encryption

From: maarten:vrijheid at: 13-Nov-2003 16:49

> 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