Re: Problems with encryption

2009-02-06 Thread Kyle Hamilton
in the OpenSSL source code tarball, in the directory mentioned. -Kyle H On Fri, Feb 6, 2009 at 4:33 PM, Rafel Coyle wrote: > See, for example, the code of the enc / dec OpenSSL utilities; > sourcecode in apps/enc.c > > Where are these examples? Please! > > > Ger Hobbelt wrote: >> >> On Sat

Re: Problems with encryption

2009-02-06 Thread Rafel Coyle
See, for example, the code of the enc / dec OpenSSL utilities; sourcecode in apps/enc.c Where are these examples? Please! Ger Hobbelt wrote: On Sat, Feb 7, 2009 at 12:44 AM, Rafel Coyle wrote: Yes, I want and must base64 encode the data. Have you seen any examples of doing this wi

Re: Problems with encryption

2009-02-06 Thread Ger Hobbelt
On Sat, Feb 7, 2009 at 12:44 AM, Rafel Coyle wrote: > Yes, > > I want and must base64 encode the data. Have you seen any examples of doing > this with the binary results from encrypting. See, for example, the code of the enc / dec OpenSSL utilities; sourcecode in apps/enc.c Basically, base64 e

Re: Problems with encryption

2009-02-06 Thread Rafel Coyle
Yes, I want and must base64 encode the data. Have you seen any examples of doing this with the binary results from encrypting. David Schwartz wrote: Has anyone seen problems encrypting credit card numbers with BlowFish. When encrypting with a 32 char or a 56 char key the there are a number o

RE: Problems with encryption

2009-02-06 Thread David Schwartz
> Has anyone seen problems encrypting credit card numbers with BlowFish. > When encrypting with a 32 char or a 56 char key the there are a number > of values that are not encrypting and thus decrypting all of the > characters. This sounds like a classic example of bugs caused by the "everything i

Problems with encryption

2009-02-06 Thread Rafel Coyle
Has anyone seen problems encrypting credit card numbers with BlowFish. When encrypting with a 32 char or a 56 char key the there are a number of values that are not encrypting and thus decrypting all of the characters. __ Open