![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I'm only aware of an in built User Exit code for encryption/decryption of data using Basic under D3. Does anyone know the strength of this method, and can anyone tell me if it is PCI (Payment Card Industry)compliant? The reason I'm asking is that I need is a method to encrypt fields that would conform to PCI compliance. If the user-exit is a no-go, I'll need to find another method that will encrypt data fields. Cheers, Richard M. P.S. This is D3 running on ver 7.4.2.RS on AIX |
#4
| |||
| |||
|
|
On Feb 21, 2:58 pm, rixx2... (AT) yahoo (DOT) com wrote: I'm only aware of an in built User Exit code for encryption/decryption of data using Basic under D3. Does anyone know the strength of this method, and can anyone tell me if it is PCI (Payment Card Industry)compliant? The reason I'm asking is that I need is a method to encrypt fields that would conform to PCI compliance. If the user-exit is a no-go, I'll need to find another method that will encrypt data fields. Cheers, Richard M. P.S. This is D3 running on ver 7.4.2.RS on AIX I have no idea if the user-exit 009d is PCI compliant, but it does offer a simple way of encrypting and decrypting strings. usage: coded.string = ICONV( seed:am:string, 'u009d' ) uncoded.string = OCONV( seed:am:string, 'u009d' ) Regards, Dale |
#5
| |||
| |||
|
|
I'm only aware of an in built User Exit code for encryption/decryption of data using Basic under D3. Does anyone know the strength of this method, and can anyone tell me if it is PCI (Payment Card Industry)compliant? The reason I'm asking is that I need is a method to encrypt fields that would conform to PCI compliance. If the user-exit is a no-go, I'll need to find another method that will encrypt data fields. Cheers, Richard M. P.S. This is D3 running on ver 7.4.2.RS on AIX |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
What for need encription? - For saving encripted data? - For data transfer between PC-server or server-server? What connection You are use? Regards, Grigory |
#8
| |||
| |||
|
|
If the defacers haven't gotten to it yet: http://www.picksource.com/modules.ph...article&sid=97 |
|
I'm this -> <- close to dropping PickSource due to all the really pathetic defacing it has been getting. I guess ignorant hackers have to start somewhere easy, so they decide to hit PS. I can't just "fix" the problem, without losing most of the content and features. What sucks is, when the site gets defaced, the first few articles get toasted. I'm not going to bother with restoring them either. It seems the only interest PS gets is from bored teens that just happen to find a program that does something annoying and destructive to PHP Nuke systems. Glen rixx2112 (AT) yahoo (DOT) com> wrote in message news:1172098699.464731.196670 (AT) s48g2000cws (DOT) googlegroups.com... I'm only aware of an in built User Exit code for encryption/decryption of data using Basic under D3. Does anyone know the strength of this method, and can anyone tell me if it is PCI (Payment Card Industry)compliant? The reason I'm asking is that I need is a method to encrypt fields that would conform to PCI compliance. If the user-exit is a no-go, I'll need to find another method that will encrypt data fields. Cheers, Richard M. P.S. This is D3 running on ver 7.4.2.RS on AIX |
#9
| |||
| |||
|
|
"Joe" <dinner (AT) six (DOT) net> wrote in message news:Xns98E04F7471DF3nospamforme (AT) 216 (DOT) 77.188.18... "Glen B" <no$pamwebmaster@no$pamforallspec.com> wrote in news:KpmdnYdrXIggV0DYnZ2dnUVZ_vmdnZ2d (AT) giganews (DOT) com: If the defacers haven't gotten to it yet: http://www.picksource.com/modules.ph...article&sid=97 Gee, that seems familiar... Regards, Joe Yup, it's been around for a few years. When I wrote the article, things were a bit more slack. Visa is much more strict on card data security and ecryption now. Total Computing started using the same OpenSSL shell process to encrypt/decrypt card data in their CC processing software, so it's still a noteworthy option/method for encrypting and storing pieces of data in MV. Glen |

#10
| |||
| |||
|
|
I'm only aware of an in built User Exit code for encryption/decryption of data using Basic under D3. Does anyone know the strength of this method, and can anyone tell me if it is PCI (Payment Card Industry)compliant? The reason I'm asking is that I need is a method to encrypt fields that would conform to PCI compliance. If the user-exit is a no-go, I'll need to find another method that will encrypt data fields. Cheers, Richard M. P.S. This is D3 running on ver 7.4.2.RS on AIX Note that for some narrowly limited applications it makes more sense |
![]() |
| Thread Tools | |
| Display Modes | |
| |