r you do, don't use ECB :)
>
> Phillip
>
>
> On Thu, Jul 8, 2010 at 7:40 PM, Chuck Pareto wrote:
>
>> Is there an algorithm that I can use, similar to RSA with public/private
>> key, that will allow me to encrypt really long strings (like an email/text
>> file)? Actually no limit on the size would be ideal.
>>
>
>
Is there an algorithm that I can use, similar to RSA with public/private
key, that will allow me to encrypt really long strings (like an email/text
file)? Actually no limit on the size would be ideal.
My group is using RSA with a key thats 2048 in size. We want to encrypt
strings that are longer then this key size gives.
If we switch to a key that is 4096 what is the max string length we can
encrypt? is it double?
is 256 - 11
On Wed, Jun 2, 2010 at 5:15 AM, Phillip Hellewell wrote:
> On Thu, May 27, 2010 at 2:20 PM, Chuck Pareto
> wrote:
> > Hi,
> > I'm still unsure as to the max length string I can use to encrypt. I'm
> using
> > the rsacrypto class in .net to encry
//www.codeproject.com/KB/security/CryptoInteropSign.aspx
>
> On Sun, May 23, 2010 at 10:06 PM, Chuck Pareto
> wrote:
> > Hi,
> > I'm a newbie when it comes to RSA, the last time I learned it was in
> school
> > over 7 years ago in one lecture.
> > Maybe I'
n length I still get exceptions with string lengths smaller than
256.
On May 26, 2010, at 4:56 PM, "David Schwartz"
wrote:
Chuck Pareto wrote:
if my public key is 256 bytes long, what is the max length
of the string I can use to encrypt? Is it 256?
If the output is exactly 256 bytes,
if my public key is 256 bytes long, what is the max length of the string I
can use to encrypt? Is it 256?
,34,04,14
58,99,a9,76,98,86,db,65,7e,b9,56,03,2b,26,ab
8e,77
On Mon, May 24, 2010 at 3:08 PM, Dave Thompson wrote:
> > From: owner-openssl-us...@openssl.org On Behalf Of Chuck Pareto
> > Sent: Sunday, 23 May, 2010 22:06
>
> >
Hi,
I'm a newbie when it comes to RSA, the last time I learned it was in school
over 7 years ago in one lecture.
Maybe I'm missing something but I will try to explain my problem again.
A former co worker generated a public and private key for our group. (I
think he used PGP but not sure).
So I hav