I am new in ofbiz. I saw ofbiz stores the encrypted value of the credit card
number credit_card table. But i can't find which type of encryption ofbiz used to encrypt the card number. pls help me. I am using oracle as my data base. Regards Sreekanth P |
I am new in ofbiz. I saw ofbiz stores the encrypted value of the credit card
number in credit_card table. But i can't find which type of encryption ofbiz used to encrypt the card number. pls help me. I am using oracle as my data base. Regards Sreekanth P |
In reply to this post by sreekanth p
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 what version of ofbiz are you using? sreekanth p sent the following on 2/7/2009 2:20 AM: > I am new in ofbiz. I saw ofbiz stores the encrypted value of the credit card > number credit_card table. But i can't find which type of encryption ofbiz > used to encrypt the card number. pls help me. I am using oracle as my data > base. > > > Regards > Sreekanth P > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJjWh7rP3NbaWWqE4RAk1kAJ42/5w8JcpomSOw2YR5Qmi5C3SwTgCZAd1X f/+XaGJ8KRdEpBAziF+SDak= =3zNS -----END PGP SIGNATURE----- |
I checked out the latest trunk version(5.x)
On Sat, Feb 7, 2009 at 4:24 PM, BJ Freeman <[hidden email]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > what version of ofbiz are you using? > > sreekanth p sent the following on 2/7/2009 2:20 AM: > > I am new in ofbiz. I saw ofbiz stores the encrypted value of the credit > card > > number credit_card table. But i can't find which type of encryption ofbiz > > used to encrypt the card number. pls help me. I am using oracle as my > data > > base. > > > > > > Regards > > Sreekanth P > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJjWh7rP3NbaWWqE4RAk1kAJ42/5w8JcpomSOw2YR5Qmi5C3SwTgCZAd1X > f/+XaGJ8KRdEpBAziF+SDak= > =3zNS > -----END PGP SIGNATURE----- > |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Use the Delegator to decrypt the fields if they are two way encrypted. the delegator works thru the entity engine. if a entity field is mark to be encrypted then the entity does this. so if you want data back that is decrypted, and it it the type that has two way encryption/decryption, then you will get back the data decripted. so just declare a delegator to read the entity that has the CC field in it. sreekanth p sent the following on 2/7/2009 3:34 AM: > I checked out the latest trunk version(5.x) > > On Sat, Feb 7, 2009 at 4:24 PM, BJ Freeman <[hidden email]> wrote: > > what version of ofbiz are you using? > > sreekanth p sent the following on 2/7/2009 2:20 AM: >>>> I am new in ofbiz. I saw ofbiz stores the encrypted value of the credit > card >>>> number credit_card table. But i can't find which type of encryption ofbiz >>>> used to encrypt the card number. pls help me. I am using oracle as my > data >>>> base. >>>> >>>> >>>> Regards >>>> Sreekanth P >>>> >> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJjc8OrP3NbaWWqE4RAiV+AJ45atmgZjqBw4xNCO3tq7x52HMpyACeNlUw OQW9bMr2IdKcQyTqyeaWcY4= =9zhS -----END PGP SIGNATURE----- |
Thanks BJ Freeman
Regards Sreekanth P On Sat, Feb 7, 2009 at 11:42 PM, BJ Freeman <[hidden email]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Use the Delegator to decrypt the fields if they are two way encrypted. > > the delegator works thru the entity engine. > if a entity field is mark to be encrypted then the entity does this. > so if you want data back that is decrypted, and it it the type that has > two way encryption/decryption, then you will get back the data decripted. > so just declare a delegator to read the entity that has the CC field in it. > > > sreekanth p sent the following on 2/7/2009 3:34 AM: > > I checked out the latest trunk version(5.x) > > > > On Sat, Feb 7, 2009 at 4:24 PM, BJ Freeman <[hidden email]> wrote: > > > > what version of ofbiz are you using? > > > > sreekanth p sent the following on 2/7/2009 2:20 AM: > >>>> I am new in ofbiz. I saw ofbiz stores the encrypted value of the > credit > > card > >>>> number credit_card table. But i can't find which type of encryption > ofbiz > >>>> used to encrypt the card number. pls help me. I am using oracle as my > > data > >>>> base. > >>>> > >>>> > >>>> Regards > >>>> Sreekanth P > >>>> > >> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJjc8OrP3NbaWWqE4RAiV+AJ45atmgZjqBw4xNCO3tq7x52HMpyACeNlUw > OQW9bMr2IdKcQyTqyeaWcY4= > =9zhS > -----END PGP SIGNATURE----- > |
Free forum by Nabble | Edit this page |