hugostyles
Programmer
Does anyone know if this is possible.
1. Credit card number is encrypted RC4 standard on iSeries box.
2. The encrypted data is sent to SQL 2005 in csv format with the password used for the encryption.
e.g.
Encrypted Value | Password
˜ž†?âD¯k“(‘ˆ›´ | MyPassword
šœ? {¶ª“ᛊ›¯ | MyPassword
3. Can we decript colum1 (Encrypted Value) using t-sql on SQL 2005 to reveal the credit card number?
All my research suggests that you can only decrypt what was encrypted on a SQL Server. Is this correct?
1. Credit card number is encrypted RC4 standard on iSeries box.
2. The encrypted data is sent to SQL 2005 in csv format with the password used for the encryption.
e.g.
Encrypted Value | Password
˜ž†?âD¯k“(‘ˆ›´ | MyPassword
šœ? {¶ª“ᛊ›¯ | MyPassword
3. Can we decript colum1 (Encrypted Value) using t-sql on SQL 2005 to reveal the credit card number?
All my research suggests that you can only decrypt what was encrypted on a SQL Server. Is this correct?