RE: Using PCKS Padding in OpenSSL

2011-06-14 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of greenelephant > Sent: Sunday, 12 June, 2011 11:02 > Im not sure how I would be able to encode/decode files before > transmission > Dave. Would it be possible to encode them using OAEP before > transmission? > OAEP is not an encryption; it is

RE: Using PCKS Padding in OpenSSL

2011-06-14 Thread greenelephant
Thanks Dave, Eric and jeffrey. I would truly be lost without your help! :confused: Im not sure how I would be able to encode/decode files before transmission Dave. Would it be possible to encode them using OAEP before transmission? I am an novice and Im not 2 sure how I can utilise your advice y

RE: Using PCKS Padding in OpenSSL

2011-06-08 Thread Eric S. Eberhard
Actually the 2.0 specs don't allow disk storage at all for magstripe -- you can keep cardholder data until auth. Since 1.2 specs are not required until 1/1/12 and 2.0 another year ... I was pointing more to the future (and had our software certified for 2.0 as 1.2 is only good until 2013 and 2

RE: Using PCKS Padding in OpenSSL

2011-06-07 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Eric S. Eberhard > Sent: Tuesday, 07 June, 2011 15:21 > I would point out in that last approach -- encrypting and sending un > secure (which is a good idea in many cases) does have a few > considerations. If the data is sensitive (like magnet

Re: Using PCKS Padding in OpenSSL

2011-06-07 Thread Jeffrey Walton
On Tue, Jun 7, 2011 at 3:21 PM, Eric S. Eberhard wrote: > I would point out in that last approach -- encrypting and sending un secure > (which is a good idea in many cases) does have a few considerations.  If the > data is sensitive (like magnetic strip data from a credit card) this is > completel

RE: Using PCKS Padding in OpenSSL

2011-06-07 Thread Eric S. Eberhard
I would point out in that last approach -- encrypting and sending un secure (which is a good idea in many cases) does have a few considerations. If the data is sensitive (like magnetic strip data from a credit card) this is completely NOT ALLOWED. PCI and PA-DSS won't allow it to hit the disk

RE: Using PCKS Padding in OpenSSL

2011-06-06 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of greenelephant > Sent: Sunday, 05 June, 2011 05:20 > Thanks for the reply Dave. I am grateful for your advice. I > am a novice as you have probably gathered. > If I am not wrong in my judgement you seem to have some expertise on > cryptology.

Re: Using PCKS Padding in OpenSSL

2011-06-05 Thread greenelephant
Thanks for the reply Dave. I am grateful for your advice. I am a novice as you have probably gathered If I am not wrong in my judgement you seem to have some expertise on cryptology. I have stated SSL in my first post that I would like help with as you know. But with your expertise is there a bet

RE: Using PCKS Padding in OpenSSL

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of greenelephant > Sent: Sunday, 29 May, 2011 14:31 > I have a computer with Ubuntu OS and an Apache HTTP server. > I am trying to > create a SSL certificate using RSA public and private keys. > > However it has come to my attention that at thi

Re: Using PCKS Padding in OpenSSL

2011-05-30 Thread Michael S. Zick
On Sun May 29 2011, greenelephant wrote: > > Hello > > I have a computer with Ubuntu OS and an Apache HTTP server. I am trying to > create a SSL certificate using RSA public and private keys. > > However it has come to my attention that at this present moment there are > sophisticated methods